Testing my config?

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, 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
  1. mini.nvim

    Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort

    I can suggestion mini.test. Basic idea of a unit test is to create a child Neovim process, modify it (usually using syntax similar to vim.api.xxx but with child.api.xxx) and test some properties with expect. See more details in TESTING.md.

  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. plenary.nvim

    plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

    There is also test harness in nvim-lua/plenary.nvim with a slightly different design, but still usable of course.

  4. nvim-treesitter-textobjects

    I recently wrote a few tests here and it works with github actions as well.

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

  • How do I show Markdown headings in different colours?

    7 projects | /r/neovim | 20 May 2023
  • Question for lua Plugin devs.

    8 projects | /r/neovim | 10 Mar 2023
  • flirt.nvim - Plugin for working with floating windows (animations, mouse, etc)

    4 projects | /r/neovim | 12 Feb 2023
  • mini.animate - animate common Neovim actions (cursor movement, scroll, resize, window open/close)

    3 projects | /r/neovim | 22 Dec 2022
  • Introducing nvim-surround, a plugin for adding/changing/deleting surrounding delimiters

    15 projects | /r/neovim | 30 Jun 2022

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