vim config: added phpunit plugin

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-06 22:23:50 +02:00
parent 7821211ed7
commit 7cbc404094
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Plug 'derekwyatt/vim-scala'
Plug 'kovisoft/slimv'
Plug 'freeo/vim-kalisi'
Plug 'vim-scripts/java.vim'
Plug 'vim-php/vim-phpunit'
call plug#end()