fix git highlight works without the icons
This commit is contained in:
@@ -199,7 +199,7 @@ function M.populate(entries, cwd)
|
|||||||
table.insert(entries, file)
|
table.insert(entries, file)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not icon_config.show_git_icon and vim.g.lua_tree_git_hl ~= 1 then
|
if (not icon_config.show_git_icon) and vim.g.lua_tree_git_hl ~= 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user