We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63d4fa commit 6d5e593Copy full SHA for 6d5e593
README.md
@@ -1,16 +1,16 @@
1
# Grimvim
2
3
1. Clone this repo to `~/.vim`
4
-2. Install vundle
+2. Install vim-plug
5
3. Link your vimrc
6
4. URxvt? https://gist.github.com/1630581 (update font in .Xdefaults)
7
-5. Launch vi and run `:BundleInstall!` command
+5. Launch vi and run `:PlugInstall` command
8
6. Enjoy !
9
10
```bash
11
git clone https://github.com/sbadia/grimvim .vim
12
-git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
+curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
13
ln -sv ~/.vim/vimrc ~/.vimrc
14
vi
15
-:BundleInstall!
+:PlugInstall
16
```
0 commit comments