spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.55k stars 3.64k forks source link

could you please to intergrate the plugin asyncrun.vim for vim 8 ? #983

Open skywind3000 opened 7 years ago

skywind3000 commented 7 years ago

shameless self promotion, https://github.com/skywind3000/asyncrun.vim

This plugin takes the advantage of new apis in Vim 8 (and NeoVim) to enable you to run shell commands in background and read output in the quickfix window in realtime:

If that doesn't excite you, then perhaps this GIF screen capture below will change your mind.

It's async mode runs in vim8/neovim, but can fall back to sync/wait mode in the old vim version. aoso it could cooperative with vim-fugitive to get Gpush and Gfetch run in background.

With one month after first version released, it obtained 100+ stars on vim.org and 100+ stars on github.com. (ctrlp 700+ stars for 5 years, UltiSnip 500+ stars for 7years, vim-airline 300+ stars for 3-years).

It is a power-up to spf13-vim which can get end-users to take the benefit of async jobs in vim8 and neovim.

VMatrix1900 commented 7 years ago

+1 for async run plugin.