From cacaba79878e8a971d0ede702f5e51b1c1717a16 Mon Sep 17 00:00:00 2001 From: niverton Date: Sat, 31 May 2025 11:25:01 +0200 Subject: [PATCH] feat(lsp): added garbage-day to clean unused LSPs --- lua/plugins/05-community.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index 0639259..51a4310 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -35,7 +35,7 @@ return { -- Lsp { import = "astrocommunity.lsp.lsp-signature-nvim" }, -- Support for lsp signatureHelp { import = "astrocommunity.lsp.lsplinks-nvim" }, -- Support for document links (needed?) - { import = "astrocommunity.lsp.lspsaga-nvim" }, -- Nicer menus for LSP + { import = "astrocommunity.lsp.garbage-day-nvim" }, -- Kill unused LSP servers -- CVS { import = "astrocommunity.git.diffview-nvim" }, -- Diff { import = "astrocommunity.git.neogit" }, -- Git