Added missing Mason LspconfigSettings field automatic_enable

This commit is contained in:
lancekrogers 2025-05-09 21:42:06 -06:00
parent ec5981dfb1
commit 36e4f6e9eb

View file

@ -237,6 +237,7 @@ return {
ensure_installed, ensure_installed,
LazyVim.opts("mason-lspconfig.nvim").ensure_installed or {} LazyVim.opts("mason-lspconfig.nvim").ensure_installed or {}
), ),
automatic_enable = true,
handlers = { setup }, handlers = { setup },
}) })
end end