init.lua: remove 'legacy' tag from fidget.nvim

pull/505/head
j-hui 7 months ago
parent fa94716dce
commit 711e5976dd

@ -88,7 +88,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
{ 'j-hui/fidget.nvim', opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',

Loading…
Cancel
Save