Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 429 Bytes

aknapp's vim config

usage:

  1. git clone the repository somewhere, and symlink ~/.vim to it:
    git clone git@github.com:aknapp/vim-config.git ~/code/vim-config
    ln -s ~/code/vim-config ~/.vim
  1. update the submodules:
    cd ~/.vim
    git submodule update --init
  1. symlink your .vimrc to the vimrc file in this repo:
    ln -s ~/code/vim-config/vimrc ~/.vimrc
  1. that's it!