fix(renderer): indent markers with arrows

breaking: glyphs for indent markers should only be one block large
This commit is contained in:
kiyan
2022-07-15 09:32:14 +02:00
parent 19425c5896
commit 9a02dedd92
3 changed files with 38 additions and 15 deletions

View File

@@ -449,10 +449,10 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
indent_markers = {
enable = false,
icons = {
corner = " ",
edge = " ",
item = " ",
none = " ",
corner = "",
edge = "",
item = "",
none = " ",
},
},
icons = {