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