Skip to content

Commit 3763580

Browse files
fix(mason-lspconfig): add missing field automatic_enable in setup
1 parent 6ba2408 commit 3763580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ require('lazy').setup({
722722
require('mason-lspconfig').setup {
723723
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
724724
automatic_installation = false,
725+
automatic_enable = true, -- See https://github.com/mason-org/mason-lspconfig.nvim?tab=readme-ov-file#default-configuration
725726
handlers = {
726727
function(server_name)
727728
local server = servers[server_name] or {}

0 commit comments

Comments
 (0)