feat(lsp): don't kill clangd automatically

This commit is contained in:
2026-04-03 14:31:40 +02:00
parent 93a285ea6a
commit 572afa8f1a

View File

@@ -35,6 +35,7 @@ return {
optional = true, optional = true,
opts = { opts = {
excluded_lsp_clients = { excluded_lsp_clients = {
"clangd",
"null-ls", "null-ls",
"jdtls", "jdtls",
"marksman", "marksman",