[Mason] Update to new one, disable auto-enable
This commit is contained in:
parent
f989dadbd2
commit
ea0a0c68c6
@ -1,8 +1,8 @@
|
||||
return {
|
||||
-- lsp package manager
|
||||
"williamboman/mason.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
dependencies = {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
},
|
||||
config = function()
|
||||
-- import mason
|
||||
@ -37,7 +37,7 @@ return {
|
||||
"vue_ls"
|
||||
},
|
||||
-- auto-install configured servers (with lspconfig)
|
||||
automatic_installation = false,
|
||||
automatic_enable = false
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user