mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-07 20:54:27 +08:00
Add helptags generation to installation instructions
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user