From 01a50f332d9d4797be41f333e0602c6a16a95c66 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 29 Mar 2024 18:02:34 -0400 Subject: [PATCH] nvim: prettier expand/collapse symbols --- src/.config/nvim/lua/debugging.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.config/nvim/lua/debugging.lua b/src/.config/nvim/lua/debugging.lua index 5bd7a2f..390819d 100644 --- a/src/.config/nvim/lua/debugging.lua +++ b/src/.config/nvim/lua/debugging.lua @@ -43,9 +43,9 @@ dapui.setup({ enabled = false, }, icons = { - collapsed = ">", - current_frame = ">", - expanded = "v", + current_frame = "→", + collapsed = "►", + expanded = "▼", }, layouts = { {