fix(icons): updated a dap icon

This commit is contained in:
Folke Lemaitre committed 2023-05-08 18:56:18 +02:00
1 parent 25d37a2cdd
commit 6ebf3ab084
1 file changed
+1 -1
+1 -1
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" },