From 8bcec73b35df60f6fe1e7a3179cb1f7646b559fa Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Tue, 8 Apr 2014 15:07:44 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation.md b/Installation.md index f6e8797..2872b5b 100644 --- a/Installation.md +++ b/Installation.md @@ -9,4 +9,6 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog - vim-plug + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` +Then add the line `colorscheme gruvbox` to your .vimrc file, and restart vim. + If you're using GUI version of vim that should be enough. Otherwise let me guide through the hell of [terminal specific issues](https://github.com/morhetz/gruvbox/wiki/Terminal-specific). \ No newline at end of file