What do you use for async commands?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

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.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. asyncrun.vim

    :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!

    Recently I'm using asyncrun.vim:

  2. 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.

    Nutrient logo
  3. vim-dispatch

    dispatch.vim: Asynchronous build and test dispatcher

    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.

  4. 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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Neovim: feature wishlist

    3 projects | /r/neovim | 29 Oct 2021
  • Neovim Plugin equivalent for task runner of VSCode

    2 projects | /r/neovim | 5 Jan 2023
  • Output of external command to messages ?

    1 project | /r/vim | 5 Oct 2022
  • Run code with F5 and leave buffer open

    2 projects | /r/neovim | 15 Sep 2022
  • Recommend the plugin for running tests inside of nvim!

    5 projects | /r/neovim | 15 Jul 2022

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?