lspconfig: adapted to use automatic_enable
for all lsp servers
This commit is contained in:
parent
e8db509c87
commit
45444ef947
2 changed files with 4 additions and 11 deletions
|
@ -13,7 +13,8 @@ return {
|
|||
local mason_lspconfig = require("mason-lspconfig")
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = { "clangd", "lua_ls", "matlab_ls", "mesonlsp", "texlab", "ts_ls", "volar", "zls" }
|
||||
ensure_installed = { "clangd", "lua_ls", "matlab_ls", "mesonlsp", "texlab", "ts_ls", "volar", "zls" },
|
||||
automatic_enable = true
|
||||
})
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue