summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nvim/.config/nvim/lua/plugins/dap.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/.config/nvim/lua/plugins/dap.lua b/nvim/.config/nvim/lua/plugins/dap.lua
index c2f7ecf..d9431c9 100644
--- a/nvim/.config/nvim/lua/plugins/dap.lua
+++ b/nvim/.config/nvim/lua/plugins/dap.lua
@@ -120,8 +120,8 @@ function M.config()
end
end
- vim.fn.sign_define("DapBreakpoint", { text = " ", texthl = "debugBreakpoint" })
- vim.fn.sign_define("DapBreakpointCondition", { text = "ﳁ ", texthl = "debugBreakpoint" })
+ vim.fn.sign_define("DapBreakpoint", { text = "󰝥 ", texthl = "debugBreakpoint" })
+ vim.fn.sign_define("DapBreakpointCondition", { text = "󰟃 ", texthl = "debugBreakpoint" })
vim.fn.sign_define("DapBreakpointRejected", { text = " ", texthl = "debugBreakpoint" })
vim.fn.sign_define("DapLogPoint", { text = " ", texthl = "debugBreakpoint" })
vim.fn.sign_define("DapStopped", { text = " ", texthl = "debugBreakpoint" })