Skip to content

Commit 63410cc

Browse files
Akmadan23alex-courtis
authored andcommitted
Add renderer.highlight_git to accepted strings
1 parent fb2e4f1 commit 63410cc

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
@@ -641,6 +641,7 @@ local ACCEPTED_STRINGS = {
641641
signcolumn = { "yes", "no", "auto" },
642642
},
643643
renderer = {
644+
highlight_git = { "none", "icon", "name", "all" },
644645
highlight_opened_files = { "none", "icon", "name", "all" },
645646
highlight_modified = { "none", "icon", "name", "all" },
646647
highlight_bookmarks = { "none", "icon", "name", "all" },

0 commit comments

Comments
 (0)