mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Added missing Mason LspconfigSettings field automatic_enable
This commit is contained in:
parent
ec5981dfb1
commit
36e4f6e9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ return {
|
|||
ensure_installed,
|
||||
LazyVim.opts("mason-lspconfig.nvim").ensure_installed or {}
|
||||
),
|
||||
automatic_enable = true,
|
||||
handlers = { setup },
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue