The ultimate vim distribution
Go to file
2010-04-22 19:35:29 -04:00
.vim Adding supertab 2010-04-22 19:30:16 -04:00
.gitmodules Adding supertab 2010-04-22 19:30:16 -04:00
.vimrc change location of view directory to not clutter .vim 2010-04-22 19:35:29 -04:00
README.markdown Adding supertab 2010-04-22 19:30:16 -04:00

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