Recommend the plugin for running tests inside of nvim!

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

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
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. nvim-plugin-template

    A neovim plugin template for github repos

    https://github.com/ellisonleao/nvim-plugin-template has a nice template for plugin tests using plenary.nvim and busted lib

  2. CodeRabbit

    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 logo
  3. neotest

    An extensible framework for interacting with tests within NeoVim.

    Could not be a better recommendation than Neotest

  4. vim-test

    Run your tests at the speed of thought

    vim-test

  5. run.vim

    Discontinued Automate compiling and testing on Vim

    well, I do not have much needs, but no testing plugin satisfied me, so I wrote my own, extremally simple https://github.com/weebcyberpunk/run.vim

  6. vim-dispatch

    dispatch.vim: Asynchronous build and test dispatcher

    I use tpope/vim-dispatch which can send any command (including test script) asynchronously and send the test results to the quickfix list.

  7. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
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 Plugin equivalent for task runner of VSCode

    2 projects | /r/neovim | 5 Jan 2023
  • Any way to send errors from npm (yarn) local server to neovim?

    3 projects | /r/neovim | 24 Apr 2022
  • Populate quickfix from a tmux pane

    5 projects | /r/neovim | 3 Oct 2021
  • Is there a plugin for seeing a live preview of HTML/CSS/JS?

    3 projects | /r/neovim | 10 Sep 2021
  • What do you use for async commands?

    3 projects | /r/vim | 17 Aug 2021

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