feat(renderer): indent_markers add a item icon (#1321)

This commit is contained in:
Rammiah
2022-06-05 20:19:19 +08:00
committed by GitHub
parent b0d27c09b6
commit 6f6eab14dc
4 changed files with 6 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ Values may be functions. Warning: this may result in unexpected behaviour.
icons = {
corner = "└ ",
edge = "│ ",
item = "│ ",
none = " ",
},
},
@@ -539,7 +540,7 @@ UI rendering setup
*nvim-tree.renderer.indent_markers.icons*
Icons shown before the file/directory.
Type: `table`, Default: `{ corner = "└ ", edge = "│ ", none = " ", }`
Type: `table`, Default: `{ corner = "└ ", edge = "│ ", item = "│ ", none = " ", }`
*nvim-tree.renderer.icons*
Configuration options for icons.