feat(cmake): replace cmake-language-server with neocmake

This commit is contained in:
2026-04-21 23:57:42 +02:00
parent 4b278ef672
commit c5f8b596d5
4 changed files with 4 additions and 8 deletions
-6
View File
@@ -1,6 +0,0 @@
---@type vim.lsp.Config
return {
init_options = {
buildDirectory = "build",
},
}
+2
View File
@@ -0,0 +1,2 @@
---@type vim.lsp.Config
return {}