tani / vim-jetpack

The lightning-fast plugin manager, alternative to vim-plug
https://gist.asciidoctor.org/?github-tani/vim-jetpack/main//README.adoc&source-highlighter=highlightjs
MIT License
323 stars 32 forks source link

[Feat] Implement 'on_source' event #103

Closed ghost closed 1 year ago

ghost commented 1 year ago

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'