This is my current VIM setup. It is not meant to be used by anyone else than me. It is not meant to deal as a modular environment for anyone. The only thing that it can deal for is as an example. Feel free to fork as basis for your setup, while I recommend to just looking into it and get inspiration from it.
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
For more information about Powerline, please refer to the Powerline installation docs especially regarding font installation.
- Benjamin Eberlei (https://github.com/beberlei)
- Jakob Westhoff (https://github.com/jakobwesthoff)