feat: added extra for dap

This commit is contained in:
Folke Lemaitre
2023-04-16 21:35:38 +02:00
parent df94a044ec
commit bc14e02a1f
2 changed files with 99 additions and 0 deletions

View File

@ -19,6 +19,13 @@ local defaults = {
},
-- icons used by other plugins
icons = {
dap = {
Stopped = { "", "DiagnosticWarn", "DapStoppedLine" },
Breakpoint = "",
BreakpointCondition = "",
BreakpointRejected = { "", "DiagnosticError" },
LogPoint = ".>",
},
diagnostics = {
Error = "",
Warn = "",