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 = "" numhl = ""
}, },
rejected = { rejected = {
text = "", text = "",
texthl = "LspDiagnosticsSignHint", texthl = "LspDiagnosticsSignHint",
linehl = "", linehl = "",
numhl = "" numhl = ""
}, },
stopped = { stopped = {
text = "⭐️", text = "🛑",
texthl = "LspDiagnosticsSignInformation", texthl = "LspDiagnosticsSignInformation",
linehl = "DiagnosticUnderlineInfo", linehl = "DiagnosticUnderlineInfo",
numhl = "LspDiagnosticsSignInformation" numhl = "LspDiagnosticsSignInformation"