Don't have mason enable language servers

This commit is contained in:
Marcelo Jacobus 2025-10-09 13:30:40 -03:00
parent 7a46a1a9cf
commit 97b89245f6

View file

@ -58,6 +58,7 @@ return {
"lua_ls", "lua_ls",
}, },
automatic_installation = true, automatic_installation = true,
automatic_enable = false,
} }
end, end,
} }