* fix(#1931): do not execute git status in git ignored directories * fix(#1931): reload.refresh_node is always asynchronous
This commit is contained in:
committed by
GitHub
parent
3b62c6bf2c
commit
273c1700eb
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user