My Vim config. I compile and configure a few popular vim plugins, colors, etc
- PIV (PHP Integration for VIM)
- Snipmate
- NerdCommenter
- NerdTree
- SuperTab
- Fugitive
- DelimitMate
- Matchit
- CheckSyntax
Assuming you don't have an existing .vimrc and .vim...
cd ~
ln -s /path/to/spf13-vim/vimrc .vimrc
ln -s /path/to/spf13-vim/vim .vim
Or better, install this with homesick