This commit is contained in:
Kulvir Singh
2024-05-14 15:06:21 +05:30
parent 2c2442f5a5
commit 10b8d283bc
17 changed files with 3 additions and 503 deletions

View File

@@ -33,8 +33,6 @@ return {
},
},
},
pyright = {},
tsserver = {},
lua_ls = {
-- cmd = {...},
-- filetypes = { ...},
@@ -49,6 +47,8 @@ return {
},
},
},
pyright = {},
tsserver = {},
}
require("mason").setup()
@@ -62,6 +62,7 @@ return {
"prettier",
"ruff",
"stylua",
"tailwindcss-language-server",
})
require("mason-tool-installer").setup { ensure_installed = ensure_installed }