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