Home

Awesome

Dap Sections for sidebar.nvim

Requirements:

Available Sections

Breakpoints

screenshot

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 GroupDefaults To
SidebarNvimDapBreakpointFileNameLabel
SidebarNvimDapBreakpointTotalNumberNormal
SidebarNvimDapBreakpointTextNormal
SidebarNvimDapBreakpointLineNumberLineNr