/vim-config

My vim configuration for PHP development

Primary LanguageVim Script

Just my vim configuration for php development.

Installation:

1. Clone vim-config to your home directory:
git clone git://github.com/tobytes/vim-config

2. Go to the vim-config directory and init, update the submodules
$ cd ~/vim-config
$ git submodule init
$ git submodule update

3. Symlink the .vim folder an the .vimrc for your system in your home directory
$ cd ~
$ ln -s vim-config/.vim .vim
$ ln -s vim-config/.vimrc_linux .vimrc
or
$ ln -s vim-config/.vimrc_mac .vimrc

4. Have fun :)