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