fix(icons): updated a dap icon

This commit is contained in:
Folke Lemaitre
2023-05-08 18:56:18 +02:00
parent 25d37a2cdd
commit 6ebf3ab084

View File

@ -20,7 +20,7 @@ local defaults = {
-- icons used by other plugins
icons = {
dap = {
Stopped = { " ", "DiagnosticWarn", "DapStoppedLine" },
Stopped = { "󰁕 ", "DiagnosticWarn", "DapStoppedLine" },
Breakpoint = "",
BreakpointCondition = "",
BreakpointRejected = { "", "DiagnosticError" },