From 8a1012fb4531838fd249971bb1ceec62f77f237f Mon Sep 17 00:00:00 2001 From: alex-thorne Date: Fri, 24 Jun 2016 16:16:34 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index d98ac4c..1726ede 100644 --- a/Installation.md +++ b/Installation.md @@ -9,7 +9,7 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog - NeoBundle + Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall` - vim-plug - + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` + + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PluginInstall` Then add the line `colorscheme gruvbox` to your .vimrc file, and restart vim.