Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 903 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 903 Bytes

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 Group Defaults To
SidebarNvimDapBreakpointFileName Label
SidebarNvimDapBreakpointTotalNumber Normal
SidebarNvimDapBreakpointText Normal
SidebarNvimDapBreakpointLineNumber LineNr