Skip to content

Commit 9c4ed7b

Browse files
committed
help: add highlight group
1 parent 70159e2 commit 9c4ed7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/nvim-tree-lua.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ A list of filenames that gets highlighted with `NvimTreeSpecialFile`.
880880
Type: `table`, Default: `{ "Cargo.toml", "Makefile", "README.md", "readme.md", }`
881881

882882
*nvim-tree.renderer.hidden_display*
883-
Determines the rendering of hidden files in a folder.
883+
Show a summary of hidden files below the tree using `NvimTreeHiddenDisplay
884884
Type: `function | string`, Default: `"none"`
885885

886886
Possible string values are:
@@ -2505,6 +2505,9 @@ Hidden: >
25052505
NvimTreeModifiedFileHL NvimTreeHiddenIcon
25062506
NvimTreeModifiedFolderHL NvimTreeHiddenFileHL
25072507
<
2508+
Hidden Display: >
2509+
NvimTreeHiddenDisplay Conceal
2510+
<
25082511
Opened: >
25092512
NvimTreeOpenedHL Special
25102513
<

0 commit comments

Comments
 (0)