nvim: don't ensure any LSP servers are installed automatically
This commit is contained in:
parent
1066095ef3
commit
66b9cfd1f0
1 changed files with 1 additions and 6 deletions
|
@ -120,12 +120,7 @@ return {
|
|||
}
|
||||
|
||||
require("mason-lspconfig").setup {
|
||||
ensure_installed = {
|
||||
"clangd",
|
||||
"cmake",
|
||||
"lua_ls",
|
||||
"pyright",
|
||||
},
|
||||
ensure_installed = {},
|
||||
handlers = {
|
||||
function(server_name)
|
||||
require("lspconfig")[server_name].setup(server_opts[server_name] {
|
||||
|
|
Loading…
Add table
Reference in a new issue