From 8ca3f4820d9d20f7ae673ab3653a8abda8f165fe Mon Sep 17 00:00:00 2001 From: u2515h Date: Wed, 27 Dec 2023 18:22:09 +0100 Subject: [PATCH] feat(nvim/dap): icons --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index f808759..439cd99 100644 --- a/init.lua +++ b/init.lua @@ -56,13 +56,13 @@ local dap_breakpoint = { numhl = "" }, rejected = { - text = "", + text = "❗", texthl = "LspDiagnosticsSignHint", linehl = "", numhl = "" }, stopped = { - text = "⭐️", + text = "🛑", texthl = "LspDiagnosticsSignInformation", linehl = "DiagnosticUnderlineInfo", numhl = "LspDiagnosticsSignInformation"