1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 17:40:40 +08:00

Add phpcd

This commit is contained in:
wsdjeg 2017-01-17 21:51:56 +08:00
parent ff2314256f
commit 0841ba200c

View File

@ -3,6 +3,7 @@ function! SpaceVim#layers#lang#php#plugins() abort
if has('nvim')
call add(plugins, ['padawan-php/deoplete-padawan'])
endif
call add(plugins, ['wsdjeg/phpcd.vim'])
return plugins
endfunction