1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00

Update php.vim (#632)

This commit is contained in:
Wang Shidong 2017-06-16 23:37:28 +08:00
parent 0cb3a400d8
commit badecf8760

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