outlined git.show_on_open_dirs behavior

This commit is contained in:
chomosuke
2022-11-30 03:39:44 +11:00
parent 5736db5db3
commit cd1df4f9bf

View File

@@ -592,7 +592,9 @@ Git integration with icons and colors.
Type: `boolean`, Default: `true`
*nvim-tree.git.show_on_open_dirs*
Show status icons on directories that are open.
Show status icons of children on directories that are open.
Note that setting this to `false` will still show ignored icon on ignored
directories and deleted icons on directories whose children are deleted.
Only relevant when `git.show_on_dirs` is `true`.
Type: `boolean`, Default: `true`