fix git highlight works without the icons
This commit is contained in:
parent
859be0bb76
commit
42ce8e432d
@ -199,7 +199,7 @@ function M.populate(entries, cwd)
|
||||
table.insert(entries, file)
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user