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({
|
vim.lsp.enable({
|
||||||
"bashls",
|
"bashls",
|
||||||
"clangd",
|
"clangd",
|
||||||
"cmake",
|
"neocmake",
|
||||||
"emmylua_ls",
|
"emmylua_ls",
|
||||||
"gopls",
|
"gopls",
|
||||||
-- "hyprls",
|
-- "hyprls",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ require("mason-auto-install").setup({
|
|||||||
dependencies = { "shellcheck", "shfmt" },
|
dependencies = { "shellcheck", "shfmt" },
|
||||||
},
|
},
|
||||||
-- "clangd",
|
-- "clangd",
|
||||||
"cmake-language-server",
|
"neocmakelsp",
|
||||||
{
|
{
|
||||||
"emmylua_ls",
|
"emmylua_ls",
|
||||||
dependencies = { "stylua" },
|
dependencies = { "stylua" },
|
||||||
|
|||||||
Reference in New Issue
Block a user