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 { mason_lspconfig.setup {
ensure_installed = { ensure_installed = {
"html", "ansiblels",
"bashls",
"css_variables",
"cssls", "cssls",
"lua_ls", "cssmodules_ls",
"docker_compose_language_service",
"dockerls",
"emmet_ls", "emmet_ls",
"eslint",
"html",
"jinja_lsp",
"jsonls",
"lua_ls",
"markdown_oxide",
"pylsp",
"vimls",
"yamlls",
}, },
} }
mason_tool_installer.setup { mason_tool_installer.setup {
ensure_installed = { ensure_installed = {
"prettier", "ansible-lint",
"stylua",
"isort",
"black",
"pylint",
"eslint_d",
"beautysh", "beautysh",
"black",
"eslint_d",
"gitlint",
"htmlhint",
"isort",
"jsonlint",
"markdownlint",
"prettier",
"pylint",
"shellcheck",
"shellharden",
"stylua",
"trivy",
"yamllint",
}, },
} }
end, end,