hipack-vim
This is a Vim plug-in that provides file format detection and syntax highlighting for files which contain HiPack-formatted content. The format is often used for configuration files, and for data interchange.
Installation
NeoBundle
Using- Add
NeoBundle 'aperezdc/hipack-vim'
to~/.vimrc
Vundle
Using- Add
Plugin 'aperezdc/hipack-vim'
to~/.vimrc
- Run
vim +PluginInstall +qall
Pathogen
UsingExecute the following commands:
cd ~/.vim/bundle
git clone https://github.com/aperezdc/hipack-vim