Tag fidget to legacy

This commit is contained in:
Andres 2023-06-13 23:50:09 +02:00
parent df8b6d79e7
commit 91bdea975e
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ require('lazy').setup({
-- Useful status updates for LSP
-- 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!
'folke/neodev.nvim',