disable auto-install

This commit is contained in:
0x4D5352 2024-12-27 13:08:44 -06:00
parent 4eb76fc818
commit 762ea8b22f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}