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:
commit
590a9da696
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
<
|
<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user