From cd1df4f9bfd0668716a8240e21b73f998b1c6d70 Mon Sep 17 00:00:00 2001 From: chomosuke Date: Wed, 30 Nov 2022 03:39:44 +1100 Subject: [PATCH] outlined git.show_on_open_dirs behavior --- doc/nvim-tree-lua.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 436baf35..15147797 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -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`