diff options
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 3 |
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 {{{ |
