skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.85k stars 110 forks source link

Feature request: status line support #109

Open chemzqm opened 6 years ago

chemzqm commented 6 years ago

Something like: 2018-06-06 00_47_12

Code could be find here: https://github.com/neoclide/tslint.nvim/blob/master/plugin/tslint.vim#L12

neur1n commented 5 years ago

Checkout the tabline in this GIF. I use autocmd to update the status, but I didn't make a running spinner. Might give you some idea.