Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 851 Bytes

File metadata and controls

21 lines (16 loc) · 851 Bytes

Vim-php

It is Vim setup convinient for web-development, especially for php.

![Screenshot](vim-screenshot.png)

Installation

  1. Clone repository somewhere, for example:
git clone https://github.com/sparfenov/vim-php.git ~/vim-php/
  1. Run install script:
~/vim-php/install 
  1. Configure ~/.vimrc to make syntastic (php syntax and mess detector) work, set correct path to phpmd binary (find let g:syntastic_php_phpmd_exec)

  2. 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)