tani/vim-jetpack

[Feat] Implement 'on_source' event

Closed this issue · 0 comments

I want to read file below.
I believe on_source event is must option on lazy loading
Also I think if support it, more improve compatibilty to dein.vim

[[plugins]]
repo='Shougo/ddc.vim'
on_event='InsertEnter'
depends=['denops.vim','pum.vim']
hook_source='''
source ~/config/vim/conf.d/ddc.vim
'''

[[plugins]]
repo='Shougo/ddc-source-around'
on_source='ddc.vim'