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

@@ -201,10 +201,10 @@ Subsequent calls to setup will replace the previous configuration.
indent_markers = {
enable = false,
icons = {
corner = "└ ",
edge = "│ ",
item = "│ ",
none = " ",
corner = "└",
edge = "│",
item = "│",
none = " ",
},
},
icons = {
@@ -644,7 +644,7 @@ UI rendering setup
*nvim-tree.renderer.indent_markers.icons*
Icons shown before the file/directory.
Type: `table`, Default: `{ corner = "└ ", edge = "│ ", item = "│ ", none = " ", }`
Type: `table`, Default: `{ corner = "└", edge = "│", item = "│", none = " ", }`
*nvim-tree.renderer.icons*
Configuration options for icons.