Some updates to mason.lua

This commit is contained in:
2024-12-30 15:26:50 +01:00
parent 9d713ea3a8
commit 2baffaf4e8

View File

@@ -27,7 +27,6 @@ return {
mason_lspconfig.setup({
-- list of servers for mason to install
ensure_installed = {
"tsserver",
"html",
"cssls",
"tailwindcss",
@@ -38,6 +37,7 @@ return {
"prismals",
"pyright",
},
automatic_installation = true,
})
mason_tool_installer.setup({