Skip to content

Commit ca9e193

Browse files
Akmadan23alex-courtis
authored andcommitted
Add renderer.highlight_git to accepted strings
1 parent ab7742b commit ca9e193

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
@@ -643,6 +643,7 @@ local ACCEPTED_STRINGS = {
643643
signcolumn = { "yes", "no", "auto" },
644644
},
645645
renderer = {
646+
highlight_git = { "none", "icon", "name", "all" },
646647
highlight_opened_files = { "none", "icon", "name", "all" },
647648
highlight_modified = { "none", "icon", "name", "all" },
648649
highlight_bookmarks = { "none", "icon", "name", "all" },

0 commit comments

Comments
 (0)