From 8feb3c70deaa28de8538f87072f57b7ab6b21f18 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 27 May 2023 13:18:49 -0500 Subject: fix(nvim): replace moved nerdfont characters --- nvim/.config/nvim/lua/plugins/dap.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nvim/.config') 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" }) -- cgit v1.2.3-70-g09d2