neo-tree.nvim
neo-tree.nvim copied to clipboard
BUG: First time reveal will leave the cursor at the top
trafficstars
Did you check docs and existing issues?
- [X] I have read all the docs.
- [X] I have searched the existing issues.
- [X] I have searched the existing discussions.
Neovim Version (nvim -v)
0.10.1
Operating System / Version
WSL2 + Ubuntu 22.04 LTS
Describe the Bug
When the neo-tree is visible, and it is the opened at first, then use Neotree source=filesystem reveal will leave the cursor at top.
Screenshots, Traceback
No response
Steps to Reproduce
- Open neo-tree( just open don't do anything)
- Open any file, (don't use neo-tree to open, you can do this by telescope or other finder).
- Use
Neotree source=filesystem revealto reveal, the folder is expanded correctly, but the cursor is at top:
Expected Behavior
Make the cursor be where it should be.
Your Configuration
None.