We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab26d4 commit a0fc3a5Copy full SHA for a0fc3a5
init.lua
@@ -635,6 +635,8 @@ require('lazy').setup({
635
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
636
637
require('mason-lspconfig').setup {
638
+ ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
639
+ automatic_installation = false,
640
handlers = {
641
function(server_name)
642
local server = servers[server_name] or {}
0 commit comments