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.
automatic_enable
1 parent 6ba2408 commit 3763580Copy full SHA for 3763580
init.lua
@@ -722,6 +722,7 @@ require('lazy').setup({
722
require('mason-lspconfig').setup {
723
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
724
automatic_installation = false,
725
+ automatic_enable = true, -- See https://github.com/mason-org/mason-lspconfig.nvim?tab=readme-ov-file#default-configuration
726
handlers = {
727
function(server_name)
728
local server = servers[server_name] or {}
0 commit comments