Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidebar-nvim/sections-dap

Dap sections for sidebar.nvim
https://github.com/sidebar-nvim/sections-dap

dap lua neovim sidebar-nvim

Last synced: 12 days ago
JSON representation

Dap sections for sidebar.nvim

Awesome Lists containing this project

README

        

# Dap Sections for [sidebar.nvim](https://github.com/GustavoKatel/sidebar.nvim)

### Requirements:

- [nvim-dap](https://github.com/mfussenegger/nvim-dap)
- [sidebar.nvim](https://github.com/GustavoKatel/sidebar.nvim)

## Available Sections

### Breakpoints

![screenshot](./docs/screenshot.png)

Show current breakpoints into the sidebar

#### Configuration

```lua
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 |