It is Vim setup convinient for web-development, especially for php.
- Clone repository somewhere, for example:
git clone https://github.com/sparfenov/vim-php.git ~/vim-php/- Run install script:
~/vim-php/install -
Configure
~/.vimrcto make syntastic (php syntax and mess detector) work, set correct path to phpmd binary (findlet g:syntastic_php_phpmd_exec) -
To make available to jump straight to the methods - install patched ctags after, you can generate actual tags in vim:
,ct
It is simple, it will just make symlinks for vim and vimrc to your home dir (old vim files will be moved to dotfiles.old) and install submodules (clone nesessary vim plugins)