Add helptags generation to installation instructions

This commit is contained in:
Tim Pope
2015-08-02 16:11:52 -04:00
parent 0e8ad2abdf
commit aed724d901

View File

@@ -17,6 +17,14 @@ rhubarb.vim.
## Installation
If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
then simply copy and paste:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-rhubarb.git
vim -u NONE -c "helptags vim-rhubarb/doc" -c q
In addition to [fugitive.vim][], [Curl](http://curl.haxx.se/) is
required (included with OS X). There are 5 ways you can tell
rhubarb.vim your GitHub credentials:
@@ -44,16 +52,6 @@ rhubarb.vim your GitHub credentials:
let g:RHUBARB_TOKEN = '<token>'
If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
then simply copy and paste:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-rhubarb.git
Once help tags have been generated, you can view the manual with
`:help rhubarb`.
## FAQ
> How do I turn off that preview window that shows the issue body?