update list of default LSPs

This commit is contained in:
2024-11-03 18:14:34 -05:00
parent 4e0d8367dc
commit 7f8c67fc95
+30 -8
View File
@@ -22,22 +22,44 @@ return {
mason_lspconfig.setup {
ensure_installed = {
"html",
"ansiblels",
"bashls",
"css_variables",
"cssls",
"lua_ls",
"cssmodules_ls",
"docker_compose_language_service",
"dockerls",
"emmet_ls",
"eslint",
"html",
"jinja_lsp",
"jsonls",
"lua_ls",
"markdown_oxide",
"pylsp",
"vimls",
"yamlls",
},
}
mason_tool_installer.setup {
ensure_installed = {
"prettier",
"stylua",
"isort",
"black",
"pylint",
"eslint_d",
"ansible-lint",
"beautysh",
"black",
"eslint_d",
"gitlint",
"htmlhint",
"isort",
"jsonlint",
"markdownlint",
"prettier",
"pylint",
"shellcheck",
"shellharden",
"stylua",
"trivy",
"yamllint",
},
}
end,