plugins - Re-added asyncrun

This commit is contained in:
Emmanuel BENOîT 2023-06-24 17:18:07 +02:00
parent 7b756fdfb9
commit 7ad6c76e53
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
3 changed files with 4 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'skywind3000/asyncrun.vim'

View file

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