Build and run in one task using asynctasks.vim

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • asynctasks.vim

    :rocket: Modern Task System for Project Building, Testing and Deploying !!

    I'm currently using skywind3000/asynctasks.vim to build and run my project.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • overseer.nvim

    A task runner and job management plugin for Neovim

  • nvim-dap

    Debug Adapter Protocol client implementation for Neovim

  • confiture.nvim

    A neovim lua plugin to save and launch project specific commands.

    This is also not a direct response to your question as I'm not familiar with asycntasks.nvim, but having a build and run functionality is probably the main reason why I wrote confiture.nvim, which is another task launcher plugin (that also aims at being simpler than overseer). The main limitation with the implementation of the build and run of confiture is that the build phase will not be asynchronous. It is sufficient for my workflow though -- if I know the build command will be long, I usually launch it on its own first, which can be asynchronous using confiture (with vim-dispatch under the hood).

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

  • Is anyone using VIM full-time for PHP/Laravel projects?

    5 projects | /r/laravel | 14 Apr 2023
  • How do you handle level productivity: autoformat, insert debug statement, execute file?

    5 projects | /r/neovim | 10 Feb 2023
  • looking for help - debug typescript

    3 projects | /r/vim | 7 Jan 2023
  • Let the IDE wars, uh, continue!

    15 projects | /r/ProgrammerHumor | 29 Oct 2022
  • Vim After 15 Years

    6 projects | news.ycombinator.com | 26 Oct 2022

Did you konow that Lua is
the 18th most popular programming language
based on number of metions?