Skip to content
Pavel Pertsev edited this page Apr 8, 2014 · 17 revisions

First of all let's start with basics. Pick your favorite plugin manager: Pathogen, Vundle, NeoBundle or 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, 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
Clone this wiki locally