Add Vim-8 installation mode

Marco
2018-03-23 10:21:23 +11:00
parent 9732aa325f
commit ef95cb7e93

@@ -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.