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
- (if you do not already have a
~/.vimdir)git clone [email protected]:unphased/vim-config ~/.vim - back
~/.vimrcup if it exists. Then delete it. cd ~ && ln -s .vim/.vimrc .vimrc