Replies: 1 comment 1 reply
-
nvim-tree uses file system watchers to update parts of the tree on changes. This was added several months ago and was made the default behaviour shortly after.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I remember adding
reload_on_bufenter
option sometime ago. Now that I updated, I noticed that nvim tree updates the tree when you create a new file even without entering a buffer and with this option off.Is this some new feature I missed?
Hence the question - maybe
reload_on_bufenter
is now redundant option?Beta Was this translation helpful? Give feedback.
All reactions