From 158b95594a3153b346413996493d10ac791030a0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 6 Mar 2020 21:39:16 +0500 Subject: Updates. --- files/.vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index 794ea31..a3c9770 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -438,6 +438,9 @@ command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ if executable('jq') command -range Jq ,!jq --indent 4 . endif +if executable('xmlstarlet') + command -range Format ,!xmlstarlet format +endif " }}} " Filetype {{{ " XML {{{ -- cgit v1.2.3