Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 510 Bytes

vim-config

My personal vim configuration.

Note that in favor of not having my home folder be itself a git repository (which is probably fine but kind of too much git for comfort), I placed the .vimrc in here (i.e. so when cloned it will become ~/.vim/.vimrc) and a good way to set it up is

  1. (if you do not already have a ~/.vim dir) git clone git@github.com:unphased/vim-config ~/.vim
  2. back ~/.vimrc up if it exists. Then delete it.
  3. cd ~ && ln -s .vim/.vimrc .vimrc