CMake Removal
Removed cmake from `ensure_installed` so that we dont lok to make sure cmake is installd when starting or updating nvim. It makes more sense to have the user install this with Mason instead.
This commit is contained in:
@@ -11,7 +11,6 @@ return {
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"clangd",
|
||||
"cmake",
|
||||
"lua_ls",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
@@ -28,9 +27,6 @@ return {
|
||||
lspconfig.clangd.setup({
|
||||
capabilities = capabilities
|
||||
})
|
||||
lspconfig.cmake.setup({
|
||||
capabilities = capabilities
|
||||
})
|
||||
lspconfig.lua_ls.setup({
|
||||
capabilities = capabilities
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user