XML Beautify and Minify plugin for vim.
- Pure vimscript
- Lightweight ( < 30 line )
- Fast
- vim
:XmlBeautify
:XmlMinify
- Gvim:
- Normal mode -> Edit -> XML -> Beautify
- Normal mode -> Edit -> XML -> Minify
NOTE: I installed the MonoKombat.vim theme
Install with Vundle
Bundle 'j16180339887/XML-fast.vim'
Install with Plug
Plug 'j16180339887/XML-fast.vim'
Install with Pathogen
cd ~/.vim/bundle
git clone --depth 1 https://github.com/j16180339887/XML-fast.vim.git
Licence: Public domain