My vim configuration. The final .vimrc file is symlinked from /vimrc.
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone --recursive https://github.com/federicobadini/vim.git .vim
$ make installThe vim dot files make use of Pathogen runtime path manager.
It manages your runtimepath with ease allowing super easy installs of plugins and runtime files, keeping their code separate in their own private directories.
Currently this project is on Pathogen 2.4. The Pathogen code can be found in autoload folder.