We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5125fd9 commit ac07c5cCopy full SHA for ac07c5c
init.lua
@@ -84,7 +84,7 @@ require('lazy').setup({
84
85
-- Useful status updates for LSP
86
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
87
- { 'j-hui/fidget.nvim', opts = {} },
+ { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
88
89
-- Additional lua configuration, makes nvim stuff amazing!
90
'folke/neodev.nvim',
0 commit comments