summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2022-12-13 16:22:53 +0100
committerGitHub <[email protected]>2022-12-13 16:22:53 +0100
commit133024533a1ecd8a13fc03192c8cd4fd0153dfb3 (patch)
treedc43f782eab2db303f1f75597ec6463eee0f9e42
parent3166cc00b023c2d385831f10510142edc9ace662 (diff)
fix(lsp): add neocmake to skipped_servers (#3597)
-rw-r--r--lua/lvim/lsp/config.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua
index 3a5423d5..af59478a 100644
--- a/lua/lvim/lsp/config.lua
+++ b/lua/lvim/lsp/config.lua
@@ -15,6 +15,7 @@ local skipped_servers = {
"graphql",
"jedi_language_server",
"ltex",
+ "neocmake",
"ocamlls",
"phpactor",
"psalm",