From 572afa8f1ae7300dd5c463bac0702538c61ff16d Mon Sep 17 00:00:00 2001 From: niverton Date: Fri, 3 Apr 2026 14:31:40 +0200 Subject: [PATCH] feat(lsp): don't kill clangd automatically --- lua/plugins/20-lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/20-lsp.lua b/lua/plugins/20-lsp.lua index a8502dd..87b61c6 100644 --- a/lua/plugins/20-lsp.lua +++ b/lua/plugins/20-lsp.lua @@ -35,6 +35,7 @@ return { optional = true, opts = { excluded_lsp_clients = { + "clangd", "null-ls", "jdtls", "marksman",