-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
bug? nvim quits on_tree_change when the nvim-tree plugin is installed #75
Comments
Can reproduce,
in
and |
Thanks @Ceres445 . I confirm the config workaround seems good. |
Same for me, you don't want to have auto_close enabled, too. (it does what it's supposed to do)
|
I also have this problem, |
I have the following config but still seem to get weird issues with the file explorer not updating the path when switching trees. Anyone that have a working solution that could share theirs?
Edit: The best solution I found was to also add the following so neovim opens netrw by default and when in folders I can still open nvim-tree. The only issue is that just opening nvim-tree will open the initial worktree but using the "open file in explorer" will open the correct worktree.
|
I was trying the nvim-tree plugin which is a nerdTree-like but 100% lua.
I know you are a netrw user but some of us mere mortals like the fuzz and whistles of those file browsers.
Also given that you're THE Primeagem coconut oil supreme vim master, this is most likely a nvim-tree bug, of course. But I though I'd let you know anyway.
For now I've fixed the problem by uninstalling nvim-tree. ;-)
Thanks for this great plugin!
The text was updated successfully, but these errors were encountered: