From 8a2fe09e6dd73ddb85587c1c3d566cf413efde27 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 30 May 2024 08:29:39 -0400 Subject: [PATCH] add xml formatter --- chezmoi/dot_config/nvim/lua/aleidk/plugins/formatter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/chezmoi/dot_config/nvim/lua/aleidk/plugins/formatter.lua b/chezmoi/dot_config/nvim/lua/aleidk/plugins/formatter.lua index 60dd95a..8a60e17 100644 --- a/chezmoi/dot_config/nvim/lua/aleidk/plugins/formatter.lua +++ b/chezmoi/dot_config/nvim/lua/aleidk/plugins/formatter.lua @@ -28,6 +28,7 @@ return { typescriptreact = { { "prettierd", "prettier" } }, zsh = { "shfmt" }, go = { { "gofumpt", "goimports_reviser", "golines" } }, + xml = { "lemminx" } }, format_on_save = function(bufnr) -- Disable with a global or buffer-local variable