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"