1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Merge branch 'lang/php' into dev

This commit is contained in:
wsdjeg 2017-02-07 23:02:06 +08:00
commit 590a9da696
2 changed files with 5 additions and 6 deletions

View File

@ -8,7 +8,8 @@
" > " >
" PHP 5.3+ " PHP 5.3+
" PCNTL Extension " PCNTL Extension
" Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension " Msgpack 0.5.7+(for NeoVim)Extension: https://github.com/msgpack/msgpack-php
" JSON(for Vim 7.4+)Extension
" Composer Project " Composer Project
" < " <
@ -16,10 +17,7 @@
function! SpaceVim#layers#lang#php#plugins() abort function! SpaceVim#layers#lang#php#plugins() abort
let plugins = [] let plugins = []
if has('nvim') call add(plugins, ['php-vim/phpcd.vim', { 'on_ft' : 'php'}])
call add(plugins, ['padawan-php/deoplete-padawan'])
endif
call add(plugins, ['php-vim/phpcd.vim'])
return plugins return plugins
endfunction endfunction

View File

@ -522,7 +522,8 @@ requirement:
> >
PHP 5.3+ PHP 5.3+
PCNTL Extension PCNTL Extension
Msgpack 0.5.7+(for NeoVim) Extension or JSON(for Vim 7.4+) Extension Msgpack 0.5.7+(for NeoVim)Extension: https://github.com/msgpack/msgpack-php
JSON(for Vim 7.4+)Extension
Composer Project Composer Project
< <