This is repo which I intend to save my configuration of vim so that I can use the configuration on any new system. I am using Vundle for plugin management.This repo will enable you to use vim as a tool for your development work in C and C++. Follow the steps below to use it:
- run "git clone git@github.com:trnchawla/vim.git" in your home directory.
- Rename "vim" to ".vim"
- cd .vim
- run "git submodule update --init --recursive".
- run "mv ~/.vim/.vimrc ~/"
- run vi
- In vi editor run ":VundleInstall"