aerial.nvim VS dap-buddy.nvim

Compare aerial.nvim vs dap-buddy.nvim and see what are their differences.

dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim (by pocco81)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aerial.nvim dap-buddy.nvim
34 3
1,467 396
- -
8.7 0.0
7 days ago over 1 year ago
Lua Lua
MIT License 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.

aerial.nvim

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

dap-buddy.nvim

Posts with mentions or reviews of dap-buddy.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • is there a plugin like nvim-lspconfig but for dap adapters?
    2 projects | /r/neovim | 2 Aug 2022
    There was also https://github.com/Pocco81/dap-buddy.nvim, but it's broken since some point and no longer maintained
  • Use a plug-in while contributing to it
    1 project | /r/neovim | 16 May 2022
    Not a packer based solution, but you could also add something like this Makefile to set the runtime path at the plug-in's git root. This way you could just run make and test your plugin easily.
  • DAPInstall update overhaul
    1 project | /r/neovim | 22 Apr 2022
    See https://github.com/Pocco81/dap-buddy.nvim/issues/71. The migration is uncomplete but the author didn't use a dev branch or something, so I'd recommend you pin at 24923c3 which is the latest version before the unexpected change.

What are some alternatives?

When comparing aerial.nvim and dap-buddy.nvim you can also consider the following projects:

symbols-outline.nvim - A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.

dap-go.nvim - nvim-dap extension to make simpler debug Golang using Delve

lsp-inlayhints.nvim

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

overseer.nvim - A task runner and job management plugin for Neovim

one-small-step-for-vimkind - Debug adapter for Neovim plugins

nvim-navic - Simple winbar/statusline plugin that shows your current code context

nvim-regexplainer - Describe the regexp under the cursor

wildfire.vim - Smart selection of the closest text object

nvim-custom-diagnostic-highlight - Simple plugin to add Highlights based on diagnostics

tagbar - Vim plugin that displays tags in a window, ordered by scope

Neovim-from-scratch - πŸ“š A Neovim config designed from scratch to be understandable