My vim dot files. the .vimrc
file is saved to vimrc.
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone --recursive https://github.com/soleboxy/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init
The vim dot files make use of the Pathogen runtime path manager to install plugins and runtime files into their own private directiories.
Currently using version 2.3 of Pathogen