minimalistic nvim-dap-ui alternative
https://github.com/user-attachments/assets/e7d428f2-8361-4407-a4d0-5f3c4f97332e
[!WARNING]
Requires neovim 0.11+
return {
{
"igorlfs/nvim-dap-view",
---@module 'dap-view'
---@type dapview.Config
opts = {},
},
}
All of that in a unified, unintrusive window.
Start a regular debugging session. When desired, you can use :DapViewOpen
to start the plugin. You can switch to another section using the letter outlined in the 'winbar'
(e.g., B
for "Breakpoints"). Explore what you can do each section by using g?
to inspect the keymaps.
Once you're done debugging, you can close the plugin with :DapViewClose
and then terminate your session as usual.
There's a lot more you can do: nvim-dap-view
is highly customizable. To learn all the options, commands, tips and tricks, visit the full documentation on the website.
You can contribute in many ways:
[^1]: using nvim-dap's widgets