1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

Added Shougo/echodoc.vim to autocomplete layer

Added a new plugin Shougo/echodoc.vim to autocomplete layer.
This commit is contained in:
Seong Yong-ju 2017-10-22 23:15:01 +09:00
parent e30ab0b936
commit b18f24a8a3
2 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,13 @@ function! SpaceVim#layers#autocomplete#plugins() abort
\ 'loadconf' : 1, \ 'loadconf' : 1,
\ }]) \ }])
endif endif
if has('patch-7.4.774')
call add(plugins, ['Shougo/echodoc.vim', {
\ 'on_cmd' : ['EchoDocEnable', 'EchoDocDisable'],
\ 'on_event' : 'CompleteDone',
\ 'loadconf_before' : 1,
\ }])
endif
call add(plugins, ['tenfyzhong/CompleteParameter.vim', {'merged': 0}]) call add(plugins, ['tenfyzhong/CompleteParameter.vim', {'merged': 0}])
return plugins return plugins
endfunction endfunction

View File

@ -0,0 +1,2 @@
let g:echodoc#enable_at_startup = 1
set noshowmode