Using Vim-pathogen for vim-plugins
Installing a plugin
cd ~/.vim/bundle
git clone git://github.com/username/plugin-name.git
Once you installed run the following to install help tags. This will generate documentation on every directory in ‘runtimepath’.
# you can check your runtimepath
:set runtimepath?
# Install doc
:Helptags