vue support

This commit is contained in:
2025-05-01 11:16:20 +02:00
parent ea74360ede
commit f9774a6a5a
4 changed files with 114 additions and 40 deletions

View File

@@ -0,0 +1,33 @@
return {
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
opts = {
ensure_installed = {
"black",
"debugpy",
"flake8",
"isort",
"mypy",
"pylint",
"typescript-language-server",
"vue-language-server",
"eslint-lsp",
},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"stylua",
"shellcheck",
"shfmt",
"flake8",
"pyright",
"typescript-language-server",
"vue-language-server",
"eslint-lsp",
},
},
},
}