feat(cmake): replace cmake-language-server with neocmake
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
init_options = {
|
||||
buildDirectory = "build",
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
---@type vim.lsp.Config
|
||||
return {}
|
||||
+1
-1
@@ -75,7 +75,7 @@ function M.setup()
|
||||
vim.lsp.enable({
|
||||
"bashls",
|
||||
"clangd",
|
||||
"cmake",
|
||||
"neocmake",
|
||||
"emmylua_ls",
|
||||
"gopls",
|
||||
-- "hyprls",
|
||||
|
||||
@@ -5,7 +5,7 @@ require("mason-auto-install").setup({
|
||||
dependencies = { "shellcheck", "shfmt" },
|
||||
},
|
||||
-- "clangd",
|
||||
"cmake-language-server",
|
||||
"neocmakelsp",
|
||||
{
|
||||
"emmylua_ls",
|
||||
dependencies = { "stylua" },
|
||||
|
||||
Reference in New Issue
Block a user