1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:20:06 +08:00

Update php.vim (#632)

This commit is contained in:
Wang Shidong 2017-06-16 23:37:28 +08:00 committed by GitHub
parent 27406f4fa9
commit 20294cc428

View File

@ -21,7 +21,7 @@ function! SpaceVim#layers#lang#php#plugins() abort
call add(plugins, ['StanAngeloff/php.vim', { 'on_ft' : 'php'}])
call add(plugins, ['2072/PHP-Indenting-for-VIm', { 'on_ft' : 'php'}])
call add(plugins, ['rafi/vim-phpspec', { 'on_ft' : 'php'}])
call add(plugins, ['lvht/phpfold.vim', { 'on_ft' : 'php'}])
call add(plugins, ['lvht/phpfold.vim', { 'on_ft' : 'php', 'build' : 'composer install'}])
return plugins
endfunction