Some updates to mason.lua
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user