From 885bdccabff02675dedbe82a5b8c736b1fcd0e93 Mon Sep 17 00:00:00 2001 From: Andre Luis Anastacio Date: Wed, 11 Mar 2015 00:41:04 -0300 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index da8c68c..94acdc6 100644 --- a/Installation.md +++ b/Installation.md @@ -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