chore: remove redundant return in renderer/init

This commit is contained in:
kiyan
2022-01-21 12:09:04 +01:00
parent 2b2bf0721d
commit ba3f3357eb

View File

@@ -97,7 +97,7 @@ if icon_state.show_file_icon then
end
local get_git_icons = function() return "" end
local get_git_hl = function() return end
local get_git_hl = function() end
if vim.g.nvim_tree_git_hl == 1 then
local git_hl = {