We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98c631 commit c9a18fbCopy full SHA for c9a18fb
init.lua
@@ -707,6 +707,8 @@ require('lazy').setup({
707
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
708
709
require('mason-lspconfig').setup {
710
+ ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
711
+ automatic_installation = false,
712
handlers = {
713
function(server_name)
714
local server = servers[server_name] or {}
0 commit comments