mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat: added extra for dap
This commit is contained in:
parent
df94a044ec
commit
bc14e02a1f
2 changed files with 99 additions and 0 deletions
|
@ -19,6 +19,13 @@ local defaults = {
|
|||
},
|
||||
-- icons used by other plugins
|
||||
icons = {
|
||||
dap = {
|
||||
Stopped = { " ", "DiagnosticWarn", "DapStoppedLine" },
|
||||
Breakpoint = " ",
|
||||
BreakpointCondition = " ",
|
||||
BreakpointRejected = { " ", "DiagnosticError" },
|
||||
LogPoint = ".>",
|
||||
},
|
||||
diagnostics = {
|
||||
Error = " ",
|
||||
Warn = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue