
-
asyncrun.vim
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
Recently I'm using asyncrun.vim:
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
vim-dispatch added jobs support two years ago. It's a lot more than a backend for running async commands -- it has a whole "find the right command to run" system.
-
AsyncCommand
AsyncCommand allows you to execute shell commands without waiting for them to complete. When the application terminates, its output can be loaded into a vim buffer.
I've been using asyncrun as a replacement backend for my own AsyncCommand to avoid learning new commands.