aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-03-06 21:39:16 +0500
committerAnton Bobov <abobov@gmail.com>2020-03-06 21:39:16 +0500
commit158b95594a3153b346413996493d10ac791030a0 (patch)
tree6e68896235e24f56e7826d69be3f713cf1eaf3d7 /files/.vimrc
parenteb1e2e2f52a046d877e3e2f6e980e6a9912eade3 (diff)
Updates.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc3
1 files changed, 3 insertions, 0 deletions
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 <line1>,<line2>!jq --indent 4 .
endif
+if executable('xmlstarlet')
+ command -range Format <line1>,<line2>!xmlstarlet format
+endif
" }}}
" Filetype {{{
" XML {{{