Clone this Git repo
Run
$ ./vundle_install.sh
Link the following files:
~/.vim -> <repo>/ ~/.vimrc -> <repo>/vimrc
Run the following command to install all bundles:
vim +BundleInstall +qall
Alternatively you can execute the following in VIM itself:
:BundleInstall
If you want to use the powerline, you need to install it, too:
pip install --user git+git://github.com/Lokaltog/powerline
Thanks for inspirations to
- Benjamin Eberlei (https://github.com/beberlei)
- Jakob Westhoff (https://github.com/jakobwesthoff)