The sacred VIM directory.
Clone the repository to your home directory:
git clone [email protected]:usmanbashir/dotvimfiles.git
Next install the Vim plugins:
cd dotvimfiles
git submodule init
git submodule update
Finally create a symlink to the .vimrc file in your home directory:
ln -s ~/dotvimfiles/.vimrc ~/.vimrc
Suggestions and Improvements are welcome!