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 db5e7fe commit 84d2769Copy full SHA for 84d2769
init.lua
@@ -698,6 +698,8 @@ require('lazy').setup({
698
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
699
700
require('mason-lspconfig').setup {
701
+ ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
702
+ automatic_installation = false,
703
handlers = {
704
function(server_name)
705
local server = servers[server_name] or {}
0 commit comments