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.