/phpspec.vim

Just a PhpSpec compiler for VIM

Primary LanguageVim Script

PhpSpec.vim

Just a PhpSpec compiler for VIM

Installation

As usual, you can install it with your prefered VIM plugin manager (like Pathogen, Vundle or NeoBundle). If you want to install it by yourself, just copy the compiler folder to your ~/.vim folder.

Usage

:compiler phpspec
:make

If you want a deeper integration with PhpSpec, like shortcuts, take a look at Herzult's plugin. Feel free to use them together 😃.