Updated Installation (markdown)

Pavel Pertsev
2014-04-08 14:11:23 -07:00
parent 6dbf1304e4
commit b039f3199b

@@ -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 - Pathogen
+ `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox` + `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox`
@@ -8,3 +8,5 @@ First of all let's start with basics. Pick your favorite plugin manager: [Pathog
+ Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall` + Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall`
- vim-plug - vim-plug
+ Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall` + 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].