Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 716 Bytes

README.rst

File metadata and controls

23 lines (18 loc) · 716 Bytes

Vim dotfiles

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):

  1. git clone git://github.com/ocelotl/dotvim.git ~/.vim
  2. ln -s ~/.vim/vimrc ~/.vimrc
  3. ln -s ~/.vim/inputrc ~/.inputrc
  4. cd ~/.vim
  5. git submodule init
  6. git submodule update

If adding new plugis with Pathogen, use git submodule add <plugin name>. For example, if adding vim-gitgutter:

  1. cd ~/.vim/bundle
  2. git submodule add https://github.com/airblade/vim-gitgutter.git