From 788bd48a18f5d3f0e3d7a4e0e7bbde9dd953d35c Mon Sep 17 00:00:00 2001 From: SamPosh Date: Thu, 20 Apr 2023 18:31:46 +0530 Subject: [PATCH] update icons --- lua/kickstart/plugins/debug.lua | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 4c43993f..7a87c938 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -76,17 +76,19 @@ return { icons = { expanded = '▾', collapsed = '▸', current_frame = '*' }, controls = { icons = { - pause = '⏸', - play = '▶', - step_into = '⏎', - step_over = '⏭', - step_out = '⏮', - step_back = 'b', - run_last = '▶▶', - terminate = '⏹', + pause = "", + play = "", + step_into = "", + step_over = "", + step_out = "", + step_back = "", + run_last = "↻", + terminate = "□", }, }, } + + dap.listeners.after.event_initialized['dapui_config'] = dapui.open dap.listeners.before.event_terminated['dapui_config'] = dapui.close