Add legacy tag to fidget to avoid deprecation warning

pull/342/head
Gavin 12 months ago
parent 5125fd927a
commit ac07c5c59c

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

Loading…
Cancel
Save