The purpose of this repository is, of course, to keep version control of my vim dotfiles.
If setting up another machine to have its vim configured
as this one, follow these steps if cloning with SSH
(replace git: with https: if cloning with HTTPS):
git clone git://github.com/ocelotl/dotvim.git ~/.vimln -s ~/.vim/vimrc ~/.vimrcln -s ~/.vim/inputrc ~/.inputrccd ~/.vimgit submodule initgit submodule update
If adding new plugis with Pathogen, use git submodule add <plugin name>.
For example, if adding vim-gitgutter:
cd ~/.vim/bundlegit submodule add https://github.com/airblade/vim-gitgutter.git