Custom Vim Configuration that I use.
Thanks in large part to Janus Script
#Installation Instructions
- Checkout the code into a folder called .vim in your home directory
git clone https://[email protected]/rweald/Vim-Configuration.git ~/.vim
- Initialize and update the submodules
git submodule init
git submodule update
- Make sym links from the *rc files to your home directory
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc