Skip to content

Commit

Permalink
Add legacy tag to fidget to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaster committed Jun 14, 2023
1 parent 5125fd9 commit ac07c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ac07c5c

Please sign in to comment.