-
Notifications
You must be signed in to change notification settings - Fork 256
[BUG] Reveal file does not work #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not seeing the same issue. Are you currently on the latest release, which is 517cf66? Can you paste your config here? |
I am using vim.opt.runtimepath = { vim.env.VIMRUNTIME }
vim.cmd([[
packadd plenary.nvim
packadd nui.nvim
packadd neo-tree.nvim
]])
require("neo-tree").setup({}) and then running |
Thanks, I see it now. I am pretty sure the first invocation works but the second invocation is messing it up by not having the correct folders open. |
@levouh Can you try the latest in main and let me know if it works correctly? |
I think this problem still exists. reveal_bug.movInfoNVIM version
command used
configPart of:
whenUsually happen after all packages get updated via packer.nvim (while don't restart the session) / files are created / files are removed via neo-tree. |
That was the missing detail I needed! I found the bug and am fixing it now. |
@nyngwang I think this is fixed now in main. |
@cseickel Lol, I thought this info was not important days ago so I didn't provide it. Let me check it now! update: It works. I think we can close this for now (I replied in another thread too.) |
See below:
neo-tree-reaveal-file-bug.mp4
where the steps to reproduce would be:
:NeoTreeReveal
This was introduced via
4787b637895fccfedb813c9bf8926453f187c2e8
, as the same action works (meaning the tree properly focuses the current file) on751ee6b4e840d36915ab5ac7234e848aa45db1ac
.The text was updated successfully, but these errors were encountered: