vim-merginal
vim-merginal copied to clipboard
Async?
Hey,
I've been updating my vimrc so that most of my vim tasks can be async using skywind3000/asyncrun.vim. With this, fugitive can Gpush, Gpull, Gfetch... all asynchronously by adding
command! -bang -nargs=* -complete=file Make AsyncRun -program=make @ <args>
in vimrc.
But I just found out that when I pull/push using merginal, it still performs tasks synchronously.
Is it possible to make these process async if asyncrun is installed?
Cheers,
Chris