fix(lsp): missing field for Mason setup
This commit is contained in:
@ -125,6 +125,7 @@ local mason_lspconfig = require 'mason-lspconfig'
|
||||
|
||||
mason_lspconfig.setup {
|
||||
ensure_installed = vim.tbl_keys(servers),
|
||||
automatic_installation = true,
|
||||
}
|
||||
|
||||
mason_lspconfig.setup_handlers {
|
||||
|
Reference in New Issue
Block a user