spf13-vim/README.markdown
2010-04-22 19:30:16 -04:00

372 B

spf13-vim

My Vim config. I compile and configure a few popular vim plugins, colors, etc

Plugins

  • PIV (PHP Integration for VIM)
  • Snipmate
  • NerdCommenter
  • SuperTab

Using

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