mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Merge pull request #919 from sei40kr/feature/echodoc
Added Shougo/echodoc.vim to autocomplete layer
This commit is contained in:
commit
6861bf8583
@ -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…
x
Reference in New Issue
Block a user