From 09380ff2027576c6422389b92b0fbb26caecf36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 31 Mar 2025 17:41:31 +0200 Subject: General update of the configuration --- config/nvim/lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 9e148ee..f323106 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -23,6 +23,7 @@ local treesitter_formaters = { "vim", "vimdoc", "yaml", + "xml", } require("packer").startup(function(use) @@ -149,6 +150,7 @@ require("packer").startup(function(use) sh = { "shfmt", "trim_newlines", "twim_whitespace" }, typst = { "typstfmt", "trim_newlines", "twim_whitespace" }, yaml = { "yq", "trim_newlines", "twim_whitespace" }, + xml = { "xmllint", "trim_newlines", "twim_whitespace" }, }, }) end, -- cgit v1.2.3