File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -826,17 +826,20 @@ UI rendering setup
826
826
827
827
*nvim-tree.renderer.highlight_git*
828
828
Enable file highlight for git attributes using `NvimTreeGit* ` highlight groups.
829
+ Requires | nvim-tree.git.enable |
829
830
This can be used with or without the icons.
830
831
Type: `boolean ` , Default: `false`
831
832
832
833
*nvim-tree.renderer.highlight_opened_files*
833
- Highlight icons and/or names for opened files.
834
+ Highlight icons and/or names for opened files using the
835
+ `NvimTreeOpenedFile` highlight group.
834
836
Value can be `" none" ` , `" icon" ` , `" name" ` or `" all" ` .
835
837
Type: `string ` , Default: `" none" `
836
838
837
839
*nvim-tree.renderer.highlight_modified*
838
- Highlight icons and/or names for modified files using `NvimTreeModified`
839
- highlight groups.
840
+ Highlight icons and/or names for modified files using the
841
+ `NvimTreeModifiedFile` highlight group.
842
+ Requires | nvim-tree.modified.enable |
840
843
Value can be `" none" ` , `" icon" ` , `" name" ` or `" all" `
841
844
This can be used with or without the icons.
842
845
Type: `string ` , Default `" none" `
You can’t perform that action at this time.
0 commit comments