Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 287 Bytes

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'