disable auto-install
This commit is contained in:
parent
4eb76fc818
commit
762ea8b22f
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -581,7 +581,7 @@ require('lazy').setup({
|
|||
|
||||
require('mason-lspconfig').setup {
|
||||
ensure_installed = {},
|
||||
automatic_installation = true,
|
||||
automatic_installation = false,
|
||||
handlers = {
|
||||
function(server_name)
|
||||
local server = servers[server_name] or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue