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