From 91bdea975ef78688f35b51b017e09f7d9dd80fee Mon Sep 17 00:00:00 2001 From: Andres Date: Tue, 13 Jun 2023 23:50:09 +0200 Subject: [PATCH] Tag fidget to legacy --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 222e976b..c65ef0c0 100644 --- a/init.lua +++ b/init.lua @@ -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',