heavim/plugins/asyncrun.vim.load.vim

6 lines
129 B
VimL
Raw Permalink Normal View History

2023-06-24 17:18:07 +02:00
call dein#add('skywind3000/asyncrun.vim', #{
\ lazy: 1,
\ on_cmd: ['AsyncRun', 'AsyncStop'],
\ on_source: ['vim-test'],
2023-06-24 17:18:07 +02:00
\ })