mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
fix(mason-lspconfig): add missing field automatic_enable
in setup
This commit is contained in:
parent
6ba2408cdf
commit
3763580050
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -722,6 +722,7 @@ require('lazy').setup({
|
|||
require('mason-lspconfig').setup {
|
||||
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
|
||||
automatic_installation = false,
|
||||
automatic_enable = true, -- See https://github.com/mason-org/mason-lspconfig.nvim?tab=readme-ov-file#default-configuration
|
||||
handlers = {
|
||||
function(server_name)
|
||||
local server = servers[server_name] or {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue