feat(plugins): formatting of xml files

This commit is contained in:
Guz
2025-04-16 16:33:57 -03:00
parent ef349a9fc6
commit 5b62f0bec1

View File

@@ -34,6 +34,8 @@ return {
nix = { "alejandra" },
rust = { "rustfmt", lsp_format = "fallback" },
sh = { "shellharden", "shfmt" },
xml = { "xmllint" },
xhtml = { "xmllint" },
-- Golang's formatters used by priority
go = function(bufnr)