spf13-vim/README.markdown

18 lines
310 B
Markdown
Raw Normal View History

2010-04-20 15:53:54 +00:00
# spf13-vim
My Vim config.
I compile and configure a few popular vim plugins.
## Plugins
2010-04-21 23:20:14 +00:00
* PIV (PHP Integration for VIM)
2010-04-20 15:53:54 +00:00
* Snipmate
* NerdCommenter
## Using
Assuming you don't have an existing .vimrc and .vim...
cd ~
2010-04-20 16:21:48 +00:00
ln -s /path/to/spf13-vim/vimrc .vimrc
ln -s /path/to/spf13-vim/vim .vim