mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:00:40 +08:00
Add phpcd
This commit is contained in:
parent
ff2314256f
commit
0841ba200c
@ -3,6 +3,7 @@ function! SpaceVim#layers#lang#php#plugins() abort
|
|||||||
if has('nvim')
|
if has('nvim')
|
||||||
call add(plugins, ['padawan-php/deoplete-padawan'])
|
call add(plugins, ['padawan-php/deoplete-padawan'])
|
||||||
endif
|
endif
|
||||||
|
call add(plugins, ['wsdjeg/phpcd.vim'])
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user