mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
Add legacy tag to fidget to avoid deprecation warning
This commit is contained in:
parent
5125fd927a
commit
ac07c5c59c
2
init.lua
2
init.lua
@ -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…
Reference in New Issue
Block a user