/vim-create

Primary LanguageVim ScriptMIT LicenseMIT

vim-create

$ vim -c 'CreateNewPHPProject' -c 'qa'
$ vim -c 'CreateNewSymfonyProject' -c 'qa'
$ vim -c 'CreateNewPennyProject' -c 'qa'

Install with Vundle

This plugin could be installed with Vundle. Add this line to your vundle to do that.

Plugin 'vim-php/vim-create'