add file highlight for git attributes and remove the space before the git icon
This commit is contained in:
@@ -196,7 +196,7 @@ function M.populate(entries, cwd)
|
||||
table.insert(entries, file)
|
||||
end
|
||||
|
||||
if not icon_config.show_git_icon then
|
||||
if not icon_config.show_git_icon and vim.g.lua_tree_git_hl ~= 1 then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user