From bdc2c70a6d988ac6177a5b64372dfc098e3f156b Mon Sep 17 00:00:00 2001 From: chomosuke Date: Mon, 12 Dec 2022 22:32:28 +1300 Subject: [PATCH] made git.show_on_dirs doc more concise --- doc/nvim-tree-lua.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 15147797..a224f4f6 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -593,8 +593,6 @@ Git integration with icons and colors. *nvim-tree.git.show_on_open_dirs* 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`