fix(#1931): do not execute git status in git ignored directories (#2326)

* fix(#1931): do not execute git status in git ignored directories

* fix(#1931): reload.refresh_node is always asynchronous
This commit is contained in:
Alexander Courtis
2023-07-23 17:12:49 +10:00
committed by GitHub
parent 3b62c6bf2c
commit 273c1700eb
3 changed files with 37 additions and 28 deletions

View File

@@ -205,7 +205,6 @@ local function setup_autocommands(opts)
create_nvim_tree_autocmd("BufWritePost", {
callback = function()
if opts.auto_reload_on_write and not opts.filesystem_watchers.enable then
log.line("dev", "BufWritePost reloading")
reloaders.reload_explorer()
end
end,