diff --git a/Installation.md b/Installation.md index 2156edc..6a870bf 100644 --- a/Installation.md +++ b/Installation.md @@ -1 +1,10 @@ - \ No newline at end of file +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` \ No newline at end of file