feat: add plugins

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-10-18 10:25:26 +08:00
parent 6cfd65a389
commit 36f59cda51
25 changed files with 2547 additions and 222 deletions

View File

@@ -1,18 +0,0 @@
return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"bash-language-server",
"shfmt",
"shellcheck",
"emmet-ls",
"eslint_d",
"pyright",
"html-lsp",
"prettier",
"autopep8",
"stylua",
"gopls",
},
},
}