diff options
Diffstat (limited to 'nvim/lua/config/formatters.lua')
| -rw-r--r-- | nvim/lua/config/formatters.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/formatters.lua b/nvim/lua/config/formatters.lua index db536b8..3d7121c 100644 --- a/nvim/lua/config/formatters.lua +++ b/nvim/lua/config/formatters.lua @@ -7,5 +7,6 @@ require("conform").setup({ json = { "prettierd", "prettier", stop_after_first = true }, html = { "prettierd", "prettier", stop_after_first = true }, yaml = { "prettierd", "prettier", stop_after_first = true }, + xml = { "xmllint" }, }, }) |
