technicalpickles / pickled-vim

My personal VIM configurations

This URL has Read+Write access

pickled-vim / README.markdown
100644 13 lines (7 sloc) 0.307 kb

pickled-vim

These are the vim configurations I'm using. I'll try to comment as much as I can about what's going on, but your mileage may vary.

Using

Assuming you don't have an existing .vimrc and .vim...

cd ~
ln -s /path/to/pickled-vim/vimrc .vimrc
ln -s /path/to/pickled-vim/vim .vim