File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ Git config, so `:Staging console` is only a few keystrokes away.
9
9
10
10
## Installation
11
11
12
- If you don't have a preferred installation method, I recommend
13
- installing [ pathogen.vim] ( https://github.com/tpope/vim-pathogen ) , and
14
- then simply copy and paste:
12
+ Install using your favorite package manager, or use Vim's built-in package
13
+ support:
15
14
16
- cd ~/.vim/bundle
17
- git clone git://github.com/ tpope/vim-heroku.git
18
- git clone git ://github.com/tpope/ vim-dispatch .git
19
- git clone git://github.com/tpope/vim-fugitive.git
15
+ mkdir -p ~/.vim/pack/tpope/start
16
+ cd ~/.vim/pack/ tpope/start
17
+ git clone https ://tpope.io/ vim/heroku .git
18
+ vim -u NONE -c "helptags heroku/doc" -c q
20
19
21
- You technically don't need [ dispatch.vim] [ ] or [ fugitive.vim] [ ] , but they help
22
- heroku.vim with asynchronous command execution and Git repository detection,
20
+ You may also want to install [ dispatch.vim] [ ] and [ fugitive.vim] [ ] for
21
+ asynchronous command execution and better Git repository detection,
23
22
respectively.
24
23
25
24
[ dispatch.vim ] : https://github.com/tpope/vim-dispatch
You can’t perform that action at this time.
0 commit comments