Skip to content

Commit 89fc74a

Browse files
authored
Merge pull request nvim-lua#342 from gfaster/master
2 parents a07f92c + 895cf54 commit 89fc74a

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
@@ -84,7 +84,7 @@ require('lazy').setup({
8484

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

8989
-- Additional lua configuration, makes nvim stuff amazing!
9090
'folke/neodev.nvim',

0 commit comments

Comments
 (0)