From e3e920572dfd7a486a5d8ab1ad94930868fda86a Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 22 Jun 2023 16:08:59 +0200 Subject: [PATCH] plugin: ensure to use the legacy tag for fidget - Ensures to use the legacy tag for the fidget plugin, as it will be under active development and rewritting. Co-Authored-by: iGor milhit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8a7d298..5fa5097 100644 --- a/init.lua +++ b/init.lua @@ -87,7 +87,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',