Tag fidget to legacy
This commit is contained in:
parent
df8b6d79e7
commit
91bdea975e
3
init.lua
3
init.lua
|
@ -84,7 +84,8 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- Useful status updates for LSP
|
-- Useful status updates for LSP
|
||||||
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
|
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
|
||||||
{ 'j-hui/fidget.nvim', opts = {} },
|
-- tag to legacy to avoid message startup
|
||||||
|
{ 'j-hui/fidget.nvim', opts = {}, tag = 'legacy' },
|
||||||
|
|
||||||
-- Additional lua configuration, makes nvim stuff amazing!
|
-- Additional lua configuration, makes nvim stuff amazing!
|
||||||
'folke/neodev.nvim',
|
'folke/neodev.nvim',
|
||||||
|
|
Loading…
Reference in New Issue