[Mason] Fix invalid ls name

This commit is contained in:
Janis Hutz 2025-05-27 11:39:07 +02:00
parent cee8c2b203
commit ced6316866

View File

@ -32,10 +32,10 @@ return {
-- "lua_ls",
-- "pyright",
-- "tsserver",
"vue-language-server"
"volar"
},
-- auto-install configured servers (with lspconfig)
automatic_installation = false,
automatic_installation = true,
})
end,
}