1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-31 16:20:59 +08:00
2017-01-18 00:43:43 +08:00

13 lines
305 B
VimL

function! SpaceVim#layers#lang#php#plugins() abort
let plugins = []
if has('nvim')
call add(plugins, ['padawan-php/deoplete-padawan'])
endif
call add(plugins, ['php-vim/phpcd.vim'])
return plugins
endfunction
function! SpaceVim#layers#lang#php#config() abort
endfunction