igorlfs/nvim-dap-view

website github github
debugging
stars 393
issues 6
subscribers 3
forks 16
CREATED

2024-11-02

UPDATED

5 days ago


nvim-dap-view

minimalistic nvim-dap-ui alternative

https://github.com/user-attachments/assets/f75bf535-1d9e-4070-8c7b-96026c343b47

Installation

[!WARNING]
Requires neovim 0.11+

Via lazy.nvim

return {
    {
        "igorlfs/nvim-dap-view",
        ---@module 'dap-view'
        ---@type dapview.Config
        opts = {},
    },
}

Features

  • Watch expressions
  • Manipulate breakpoints
  • Navigate in the call stack
  • Convenient wrapper around nvim-dap widgets (scopes) + REPL

All of that in a unified, unintrusive window.

Documentation

Visit the full documentation on the website.

Contributing

You can contribute in many ways:

  • If you have any questions, create a discussion.
  • If something isn't working, create a bug report.
  • If you have an idea, file a feature request. You can also go ahead and implement it yourself with a PR.
  • If you have some spare bucks, consider sponsoring.