From 8767a17b5e6087153494a5cd30e5ae0c5165c9af Mon Sep 17 00:00:00 2001 From: Philippe Richard Date: Sun, 2 Oct 2022 23:48:23 -0400 Subject: feat: move icons to a single icons file (#3115) --- lua/lvim/core/dap.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/lvim/core/dap.lua') diff --git a/lua/lvim/core/dap.lua b/lua/lvim/core/dap.lua index 727e238f..9e629cda 100644 --- a/lua/lvim/core/dap.lua +++ b/lua/lvim/core/dap.lua @@ -5,19 +5,19 @@ M.config = function() active = false, on_config_done = nil, breakpoint = { - text = "", + text = lvim.icons.ui.Bug, texthl = "LspDiagnosticsSignError", linehl = "", numhl = "", }, breakpoint_rejected = { - text = "", + text = lvim.icons.ui.Bug, texthl = "LspDiagnosticsSignHint", linehl = "", numhl = "", }, stopped = { - text = "", + text = lvim.icons.ui.BoldArrowRight, texthl = "LspDiagnosticsSignInformation", linehl = "DiagnosticUnderlineInfo", numhl = "LspDiagnosticsSignInformation", -- cgit v1.2.3