-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I am on main now but it was the same on v2.x branch.
With require('neo-tree').setup() (no custom configuration) neo-tree's CWD (root) is not updating after switching to another repository for the first time.
Follow these steps:
- open nvim and some buffer in repository A
- open neo-tree, tree is correctly rooted at A's git root
- open another buffer from repository B (either using
:e B/fileor Telescope - effect is the same), tree remains rooted at A's root`, showing content of repository A instead of B - come back to buffer from repository A
- come back to buffer from repository B, root is now correctly updated and showing content of repository B
Can you reproduce it?
I am using filesystem for above test but it behaves the same for buffers but does not update at all for git_status.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working