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 6aad8a5 commit d9517d2Copy full SHA for d9517d2
init.lua
@@ -715,6 +715,8 @@ require('lazy').setup({
715
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
716
717
require('mason-lspconfig').setup {
718
+ ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
719
+ automatic_installation = false,
720
handlers = {
721
function(server_name)
722
local server = servers[server_name] or {}
0 commit comments