This commit is contained in:
2025-06-24 13:50:34 -05:00
parent f27c288fb1
commit a08ef16590
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ return {
typescriptreact = { "prettier" },
svelte = { "prettier" },
css = { "prettier" },
html = { "prettier", "djlint" },
html = { "prettier", "djlint", "htmlbeautifier" },
json = { "prettier" },
yaml = { "prettier" },
markdown = { "prettier" },

View File

@@ -49,6 +49,7 @@ return {
"pylint", -- python linter
"eslint_d", -- js linter
"django-template-lsp",
"htmlbeautifier",
"djlint",
},
})