reworking lsp/mason configs

This commit is contained in:
2025-09-29 23:47:41 -04:00
parent 31f992a630
commit fce65354ea
3 changed files with 62 additions and 59 deletions
+34 -31
View File
@@ -31,22 +31,24 @@ return {
mason_tool_installer.setup({
automatic_installation = true,
automatic_enable = true,
automatic_cleanup = true,
ensure_installed = {
'ansible-lint',
'black',
'eslint_d',
'gitlint',
'htmlhint',
'isort',
'jsonlint',
'markdownlint',
'prettier',
'pylint',
'shellcheck',
'shellharden',
'stylua',
'trivy',
'yamllint',
-- 'ansible-lint',
-- 'black',
-- 'eslint_d',
-- 'gitlint',
-- 'htmlhint',
-- 'isort',
-- 'jsonlint',
-- 'markdownlint',
-- 'prettier',
-- 'pylint',
-- 'shellcheck',
-- 'shellharden',
-- 'stylua',
-- 'trivy',
-- 'yamllint',
},
})
end,
@@ -68,24 +70,25 @@ return {
mason_lspconfig.setup({
automatic_installation = true,
automatic_enable = true,
automatic_cleanup = true,
ensure_installed = {
'ansiblels',
'bashls',
'css_variables',
'cssls',
'cssmodules_ls',
'docker_compose_language_service',
'dockerls',
'emmet_ls',
'eslint',
'html',
'jsonls',
'lua_ls',
'markdown_oxide',
'marksman',
'pylsp',
'vimls',
'yamlls',
-- 'ansiblels',
-- 'bashls',
-- 'css_variables',
-- 'cssls',
-- 'cssmodules_ls',
-- 'docker_compose_language_service',
-- 'dockerls',
-- 'emmet_ls',
-- 'eslint',
-- 'html',
-- 'jsonls',
-- 'markdown_oxide',
-- 'marksman',
-- 'pylsp',
-- 'vimls',
-- 'yamlls',
},
})