Skip to content

igorlfs/nvim-dap-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-dap-view

minimalistic nvim-dap-ui alternative

dap-view-watches.mp4

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.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 9

Languages