Skip to content

Files

Latest commit

 

History

History
executable file
·
40 lines (32 loc) · 841 Bytes

ReadMe.md

File metadata and controls

executable file
·
40 lines (32 loc) · 841 Bytes

XML Beautify and Minify plugin for vim.

Features

  • Pure vimscript
  • Lightweight ( < 30 line )
  • Fast

Usage

  • vim
:XmlBeautify
:XmlMinify
  • Gvim:
    • Normal mode -> Edit -> XML -> Beautify
    • Normal mode -> Edit -> XML -> Minify

Imgur

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