Skip to content

Commit 3af4eb7

Browse files
Akmadan23alex-courtis
authored andcommitted
Add renderer.highlight_git to accepted strings
1 parent 4eaa965 commit 3af4eb7

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
@@ -645,6 +645,7 @@ local ACCEPTED_STRINGS = {
645645
signcolumn = { "yes", "no", "auto" },
646646
},
647647
renderer = {
648+
highlight_git = { "none", "icon", "name", "all" },
648649
highlight_opened_files = { "none", "icon", "name", "all" },
649650
highlight_modified = { "none", "icon", "name", "all" },
650651
highlight_bookmarks = { "none", "icon", "name", "all" },

0 commit comments

Comments
 (0)