rename volar
This commit is contained in:
parent
b44b7e7d56
commit
83bd4de861
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ return {
|
||||||
local mason_lspconfig = require("mason-lspconfig")
|
local mason_lspconfig = require("mason-lspconfig")
|
||||||
|
|
||||||
mason_lspconfig.setup({
|
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", "vue_ls", "zls" },
|
||||||
automatic_enable = true
|
automatic_enable = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue