chore(lazy): upgrade and fix breaking changes in major mason revision

This commit is contained in:
2025-05-17 12:48:50 +02:00
parent 989f9163c0
commit e047151a72
2 changed files with 20 additions and 29 deletions

View File

@ -126,16 +126,7 @@ local mason_lspconfig = require 'mason-lspconfig'
mason_lspconfig.setup {
ensure_installed = vim.tbl_keys(servers),
automatic_installation = true,
}
mason_lspconfig.setup_handlers {
function(server_name)
require('lspconfig')[server_name].setup {
capabilities = capabilities,
settings = servers[server_name],
filetypes = (servers[server_name] or {}).filetypes,
}
end,
automatic_enable = true,
}
-- [[ System LSPs ]]