Skip to content

Commit 711e597

Browse files
committed
init.lua: remove 'legacy' tag from fidget.nvim
1 parent fa94716 commit 711e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require('lazy').setup({
8888

8989
-- Useful status updates for LSP
9090
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
91-
{ 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
91+
{ 'j-hui/fidget.nvim', opts = {} },
9292

9393
-- Additional lua configuration, makes nvim stuff amazing!
9494
'folke/neodev.nvim',

0 commit comments

Comments
 (0)