From b039f3199b64a033d586554593a2a683dd0354df Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Tue, 8 Apr 2014 14:11:23 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 6a870bf..bc5159a 100644 --- a/Installation.md +++ b/Installation.md @@ -1,4 +1,4 @@ -First of all let's start with basics. Pick your favorite plugin manager: [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/gmarik/vundle), [NeoBundle](https://github.com/Shougo/neobundle.vim) or [vim-plug](https://github.com/junegunn/vim-plug), just to name a few. Pathogen is the oldest, simplest, and most featureless. Vundle is very popular and I've used it for a long time before. If you're using some of [Shougo's plugins](https://github.com/Shougo), you should probably pick NeoBundle. Last but not least is vim-plug, which I've switched to recently. +First of all let's start with basics. Pick your favorite plugin manager: [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/gmarik/vundle), [NeoBundle](https://github.com/Shougo/neobundle.vim) or [vim-plug](https://github.com/junegunn/vim-plug), just to name a few. Pathogen is the oldest, simplest, and most featureless. Vundle is very popular and I've used it for a long time before. If you're using some of [Shougo's plugins](https://github.com/Shougo), you should probably pick NeoBundle. Last but not least is vim-plug, which I've recently switched to. - Pathogen + `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox` @@ -7,4 +7,6 @@ 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 `:PlugInstall` \ No newline at end of file + + Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` + +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