This commit is contained in:
Kiyan
2021-06-29 23:13:28 +02:00
committed by GitHub
parent 62cfaaef4f
commit a80ea23b4c
3 changed files with 32 additions and 32 deletions

View File

@@ -69,8 +69,8 @@ end
function M.use_git()
return M.get_icon_state().show_git_icon
or vim.g.nvim_tree_git_hl == 1
or vim.g.nvim_tree_gitignore == 1
or vim.g.nvim_tree_git_hl == 1
or vim.g.nvim_tree_gitignore == 1
end
function M.nvim_tree_callback(callback_name)