Updated Installation (markdown)

Pavel Pertsev
2014-04-08 11:55:48 -07:00
parent cb88144ef9
commit 6dbf1304e4

@@ -1 +1,10 @@
<TBD>
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.
- Pathogen
+ `git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox`
- Vundle
+ Add `Bundle 'morhetz/gruvbox'` to your .vimrc and run `:BundleInstall`
- NeoBundle
+ Add `NeoBundle 'morhetz/gruvbox'` to your .vimrc and run `:NeoBundleInstall`
- vim-plug
+ Add `Plug 'morhetz/gruvbox'` to your .vimrc and run `:PlugInstall`