You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: