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.
Using NeoBundle
- Add
NeoBundle 'aperezdc/hipack-vim'
to~/.vimrc
Using Vundle
- Add
Plugin 'aperezdc/hipack-vim'
to~/.vimrc
- Run
vim +PluginInstall +qall
Using Pathogen
Execute the following commands:
cd ~/.vim/bundle
git clone https://github.com/aperezdc/hipack-vim