ensuring the tree is reloaded on buffer enter

This commit is contained in:
aminnairi
2024-01-03 18:04:48 +01:00
parent 82197ae5ee
commit d721873986
@@ -109,6 +109,8 @@ return {
hijack_cursor = true,
-- Disable completely netrw, just in case
disable_netrw = true,
-- Reload the tree whenever a buffer is opened
reload_on_bufenter = true,
-- dynamically get the width of the tree
width = get_width,
})