From ef95cb7e932e68a832f80c6242e166851df33402 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 23 Mar 2018 10:21:23 +1100 Subject: [PATCH] Add Vim-8 installation mode --- Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation.md b/Installation.md index d98ac4c..24fe63b 100644 --- a/Installation.md +++ b/Installation.md @@ -10,6 +10,9 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog + Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall` - vim-plug + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` +- Vim-8 + + `git clone https://github.com/morhetz/gruvbox.git ~/.vim/pack/default/start/gruvbox` + Then add the line `colorscheme gruvbox` to your .vimrc file, and restart vim.