mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
Added Shougo/echodoc.vim to autocomplete layer
Added a new plugin Shougo/echodoc.vim to autocomplete layer.
This commit is contained in:
parent
e30ab0b936
commit
b18f24a8a3
@ -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
|
||||||
|
2
config/plugins_before/echodoc.vim
Normal file
2
config/plugins_before/echodoc.vim
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
let g:echodoc#enable_at_startup = 1
|
||||||
|
set noshowmode
|
Loading…
Reference in New Issue
Block a user