chore: add configs

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-05-09 15:16:20 +08:00
parent 5f16b96c55
commit f5ab6eee24
9 changed files with 237 additions and 51 deletions

18
nvim/lua/plugins/lsp.lua Normal file
View File

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