summaryrefslogtreecommitdiff
path: root/lua/lvim/core/dap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core/dap.lua')
-rw-r--r--lua/lvim/core/dap.lua6
1 files changed, 3 insertions, 3 deletions
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",