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 d7cbefa commit e6466f7Copy full SHA for e6466f7
init.lua
@@ -729,8 +729,9 @@ require('lazy').setup({
729
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
730
731
require('mason-lspconfig').setup {
732
- automatic_installation = true,
733
- handlers = {
+ ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
+ automatic_installation = false,
734
+ handlers = {
735
function(server_name)
736
local server = servers[server_name] or {}
737
-- This handles overriding only values explicitly passed
0 commit comments