Skip to content

Commit 1915cea

Browse files
authored
Merge pull request #505 from j-hui/update-fidget
init.lua: remove 'legacy' tag from fidget.nvim
2 parents fa94716 + 711e597 commit 1915cea

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)