Dap Sections for sidebar.nvim
Show current breakpoints into the sidebar
require("sidebar-nvim").setup({
...
sections = {
"datetime",
"git",
"diagnostics",
require("dap-sidebar-nvim.breakpoints")
},
dap = {
breakpoints = {
icon = "🔍"
}
}
...
})| Highlight Group | Defaults To |
|---|---|
| SidebarNvimDapBreakpointFileName | Label |
| SidebarNvimDapBreakpointTotalNumber | Normal |
| SidebarNvimDapBreakpointText | Normal |
| SidebarNvimDapBreakpointLineNumber | LineNr |
