mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 17:05:42 +08:00
Add CompleteParameter when use deoplete as the completion engine.
This commit is contained in:
parent
db93789eb1
commit
d09cd1269e
@ -60,6 +60,7 @@ function! SpaceVim#layers#autocomplete#plugins() abort
|
|||||||
\ 'on_event' : 'InsertEnter',
|
\ 'on_event' : 'InsertEnter',
|
||||||
\ 'loadconf' : 1,
|
\ 'loadconf' : 1,
|
||||||
\ }])
|
\ }])
|
||||||
|
call add(plugins, ['tenfyzhong/CompleteParameter.vim', {'merged': 0}])
|
||||||
endif
|
endif
|
||||||
return plugins
|
return plugins
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user