-
Notifications
You must be signed in to change notification settings - Fork 232
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
fuzzy_finder
not working
#157
Comments
Do you have |
|
I'm not able to recreate this issue. It is possible that it is a conflict with another plugin. Can you try a minimal init with just Neo-tree installed to see if the issue still exists? |
The only think I can think of is to make sure that plenary is up to date. It's possible there might be some more clues in the logs: https://github.com/nvim-neo-tree/neo-tree.nvim/wiki/Troubleshooting |
Plenary is up to date and the logs do not show any particular issues... |
I'm thinking that there is just some error happening in the async task that is crashing it. Maybe I can look for places to add extra error handling. Can you post your logs so I can see how far it gets before the error? |
Seems to error out in the |
I got it! I saw in the log that there was a lot of permission denied errors. When I add a folder within my cwd that my user does not have permission to, I get the same error as you. Now that I have recreated it, I'm sure I can fix it. |
I think the latest commit in main will work around this problem for you, given that you are on a recent version of I'll try to submit a fix to the plenary project as well to fix the underlying issue. EDIT: Here's that bug report: nvim-lua/plenary.nvim#327 |
I'm sorry, I forgot that you are using I'll also add in a workaround for |
Thank you big time for the fix! So it was indeed a bug in the |
Oh yeah, I forgot to update you, last night I added another workaround that supports all commands. You should be safe to use it with I'm not sure if the upstream plenary/nvim issue is going to be fixed anytime soon, so I'll probably just leave my workaround in place and close this issue. It will close automatically when I release it to v1.x, which will be later today. |
Using the
fuzzy_finder
associated with the/
key is not working. Either it doesn't find any matches or it often throws the following error:Using the bare bones configuration provided by the current README.
The text was updated successfully, but these errors were encountered: