From 156a94acabea8350245092bd3fd5dbe6aea0415e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:19:14 +0900 Subject: modified plugins/dap.lua --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dap.lua | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dap.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dap.lua index d1ef5d7..dba785b 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dap.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dap.lua @@ -228,7 +228,22 @@ return { config = function() local dap = require("dap") local dapui = require("dapui") - dapui.setup() + dapui.setup({ + icons = { expanded = "▾", collapsed = "▸", current_frame = "*" }, + controls = { + icons = { + pause = "⏸", + play = "▶", + step_into = "⏎", + step_over = "⏭", + step_out = "⏮", + step_back = "b", + run_last = "▶▶", + terminate = "⏹", + disconnect = "⏏", + }, + }, + }) dap.listeners.before.attach.dapui_config = function() dapui.open() -- cgit v1.2.3