From 5b62f0bec1c828bfe7ca6f0ee1f57c30c66bbba7 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 16 Apr 2025 16:33:57 -0300 Subject: [PATCH] feat(plugins): formatting of xml files --- lua/dot013/plugins/formatting.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/dot013/plugins/formatting.lua b/lua/dot013/plugins/formatting.lua index 43cd0ce..c9fa8b2 100644 --- a/lua/dot013/plugins/formatting.lua +++ b/lua/dot013/plugins/formatting.lua @@ -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)