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 {}
+1 -1
View File
@@ -75,7 +75,7 @@ function M.setup()
vim.lsp.enable({
"bashls",
"clangd",
"cmake",
"neocmake",
"emmylua_ls",
"gopls",
-- "hyprls",
+1 -1
View File
@@ -5,7 +5,7 @@ require("mason-auto-install").setup({
dependencies = { "shellcheck", "shfmt" },
},
-- "clangd",
"cmake-language-server",
"neocmakelsp",
{
"emmylua_ls",
dependencies = { "stylua" },