Updated Installation (markdown)

Andre Luis Anastacio
2015-03-11 00:41:04 -03:00
parent b1fac28257
commit 885bdccabf

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