Updated installation info for the latest Vundle version

Pavel Pertsev
2015-03-11 12:37:24 +03:00
parent 885bdccabf
commit 2b4294c629

@@ -3,7 +3,7 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog
- Pathogen - Pathogen
+ `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox` + `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox`
- Vundle - Vundle
+ Add `Bundle 'morhetz/gruvbox'` to your .vimrc and run `:VundleInstall` + Add `Plugin 'morhetz/gruvbox'` to your .vimrc and run `:PluginInstall`
- NeoBundle - NeoBundle
+ Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall` + Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall`
- vim-plug - vim-plug