Skip to content

Commit 9de9f8a

Browse files
committed
Recommend Vim's built-in package support
1 parent 3b0e515 commit 9de9f8a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.markdown

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ Git config, so `:Staging console` is only a few keystrokes away.
99

1010
## Installation
1111

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:
1514

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
2019

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,
2322
respectively.
2423

2524
[dispatch.vim]: https://github.com/tpope/vim-dispatch

0 commit comments

Comments
 (0)