Skip to content

Commit 6d5e593

Browse files
committed
doc: Switch from vundle to vim-plug
1 parent c63d4fa commit 6d5e593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Grimvim
22

33
1. Clone this repo to `~/.vim`
4-
2. Install vundle
4+
2. Install vim-plug
55
3. Link your vimrc
66
4. URxvt? https://gist.github.com/1630581 (update font in .Xdefaults)
7-
5. Launch vi and run `:BundleInstall!` command
7+
5. Launch vi and run `:PlugInstall` command
88
6. Enjoy !
99

1010
```bash
1111
git clone https://github.com/sbadia/grimvim .vim
12-
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
12+
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
1313
ln -sv ~/.vim/vimrc ~/.vimrc
1414
vi
15-
:BundleInstall!
15+
:PlugInstall
1616
```

0 commit comments

Comments
 (0)