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 ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/inputrc ~/.inputrc
cd ~/.vim
git submodule init
git submodule update
If adding new plugis with Pathogen, use git submodule add <plugin name>
.
For example, if adding vim-gitgutter:
cd ~/.vim/bundle
git submodule add https://github.com/airblade/vim-gitgutter.git