Skip to content

Commit 2b3b400

Browse files
committed
Add renderer.highlight_git to accepted strings
1 parent bbeabac commit 2b3b400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ local ACCEPTED_STRINGS = {
660660
signcolumn = { "yes", "no", "auto" },
661661
},
662662
renderer = {
663+
highlight_git = { "none", "icon", "name", "all" },
663664
highlight_opened_files = { "none", "icon", "name", "all" },
664665
highlight_modified = { "none", "icon", "name", "all" },
665666
highlight_bookmarks = { "none", "icon", "name", "all" },

0 commit comments

Comments
 (0)