nvim: prettier expand/collapse symbols
This commit is contained in:
parent
c3669df95a
commit
01a50f332d
@ -43,9 +43,9 @@ dapui.setup({
|
||||
enabled = false,
|
||||
},
|
||||
icons = {
|
||||
collapsed = ">",
|
||||
current_frame = ">",
|
||||
expanded = "v",
|
||||
current_frame = "→",
|
||||
collapsed = "►",
|
||||
expanded = "▼",
|
||||
},
|
||||
layouts = {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user