neovim-plugin VS nvim-dap

Compare neovim-plugin vs nvim-dap and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
neovim-plugin nvim-dap
2 137
34 4,739
- -
10.0 7.9
over 3 years ago 4 days ago
Lua Lua
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

neovim-plugin

Posts with mentions or reviews of neovim-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • Should I remove require('plugin').setup() from my plugins?
    2 projects | /r/neovim | 3 May 2023
    Definitely remove it, as it is an anti-pattern that gained popularity because individuals often copy content without careful consideration. As far as I know, it primarily originated from this Github post, which was created during the early days of Lua's growing popularity in Neovim as an attempt to reinvent the wheel.
  • Guide: Structuring Lua plugins
    11 projects | /r/neovim | 7 Nov 2022
    I'm pretty sure we got started down the .setup road because of this article by norcalli a few years ago. It was published when plugins started using Lua and suddenly I went from seeing one or two plugins using .setup to literally every single plugin use it.

nvim-dap

Posts with mentions or reviews of nvim-dap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.

What are some alternatives?

When comparing neovim-plugin and nvim-dap you can also consider the following projects:

vim-illuminate - illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.

vimspector - vimspector - A multi-language debugging system for Vim

mason.nvim - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

leap.nvim - Neovim's answer to the mouse 🦘

nvim-gdb - Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB

impatient.nvim - Improve startup time for Neovim

nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

neoconf - Cli-Tool to handle Neovim configuration.

CodeLLDB - A native debugger extension for VSCode based on LLDB

nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls

vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.