feat(nvim/dap): icons

This commit is contained in:
u2515h 2023-12-27 18:22:09 +01:00
parent 78eacedab0
commit 8ca3f4820d

View File

@ -56,13 +56,13 @@ local dap_breakpoint = {
numhl = ""
},
rejected = {
text = "",
text = "",
texthl = "LspDiagnosticsSignHint",
linehl = "",
numhl = ""
},
stopped = {
text = "⭐️",
text = "🛑",
texthl = "LspDiagnosticsSignInformation",
linehl = "DiagnosticUnderlineInfo",
numhl = "LspDiagnosticsSignInformation"