From 165298cb2725a3d833b71b7a358fc0eafae7f777 Mon Sep 17 00:00:00 2001 From: alex-thorne Date: Fri, 24 Jun 2016 16:17:07 +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 1726ede..d98ac4c 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 `:PluginInstall` + + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` Then add the line `colorscheme gruvbox` to your .vimrc file, and restart vim.