vue support
This commit is contained in:
33
.config/nvim/lua/plugins/mason.lua
Normal file
33
.config/nvim/lua/plugins/mason.lua
Normal 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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user