==========
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
============
Using NeoBundle_
----------------
1. Add ``NeoBundle 'aperezdc/hipack-vim'`` to ``~/.vimrc``
Using Vundle_
-------------
1. Add ``Plugin 'aperezdc/hipack-vim'`` to ``~/.vimrc``
2. Run ``vim +PluginInstall +qall``
Using Pathogen_
---------------
Execute the following commands:
1. ``cd ~/.vim/bundle``
2. ``git clone https://github.com/aperezdc/hipack-vim``
.. _vim: http://www.vim.org
.. _neobundle: https://github.com/Shougo/neobundle.vim
.. _vundle: https://github.com/gmarik/vundle
.. _pathogen: https://github.com/tpope/vim-pathogen
.. _hipack: http://hipack.org