plugins - Load asyncrun when vim-test is loaded

This commit is contained in:
Emmanuel BENOîT 2023-06-24 17:56:00 +02:00
parent ceacb6d3c0
commit 35db346dd9
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -1,4 +1,5 @@
call dein#add('skywind3000/asyncrun.vim', #{
\ lazy: 1,
\ on_cmd: ['AsyncRun', 'AsyncStop'],
\ on_source: ['vim-test'],
\ })