diff options
author | LostNeophyte <[email protected]> | 2022-12-13 16:22:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-13 16:22:53 +0100 |
commit | 133024533a1ecd8a13fc03192c8cd4fd0153dfb3 (patch) | |
tree | dc43f782eab2db303f1f75597ec6463eee0f9e42 | |
parent | 3166cc00b023c2d385831f10510142edc9ace662 (diff) |
fix(lsp): add neocmake to skipped_servers (#3597)
-rw-r--r-- | lua/lvim/lsp/config.lua | 1 |
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", |