1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:10:05 +08:00

Add CompleteParameter when use deoplete as the completion engine.

This commit is contained in:
tenfy 2017-06-29 21:27:00 +08:00
parent db93789eb1
commit d09cd1269e

View File

@ -60,6 +60,7 @@ function! SpaceVim#layers#autocomplete#plugins() abort
\ 'on_event' : 'InsertEnter',
\ 'loadconf' : 1,
\ }])
call add(plugins, ['tenfyzhong/CompleteParameter.vim', {'merged': 0}])
endif
return plugins
endfunction