-
Notifications
You must be signed in to change notification settings - Fork 177
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
29d1bb8 broke "open_with_trouble" functionality #477
Comments
Did not provide a MRE as I'm in a hurry here, but can do later in case the cause is not obvious |
Have you tried reading the trouble docs? |
Hey @folke , Sorry, I think in a hurry the issue was not properly explained. I know how to open with telescope (using it exactly as documented) and I have been using it for ages. The specific commit I linked here broke it. If I revert to the commit before that it works fine. I can make a video later showing what is happening, but in short trouble opens but the results appear empty |
Maybe related to commit 4eaaf9c |
Not sure. I bisect the issue to the specific commit that I linked here. Taking a quick look at it it doesn't make sense, but checking out the exact previous version, which does also contain that change you linked here, makes it still work fine (e.g. I'm using 13ad959 locally to continue working until I can take a better look) |
ok, sorry, didn't read that correctly. Probably your deafult fold settings? I'll see to revert that commit and do it differently |
Np 😊 And regarding default fold settings, not sure... I have Let me know if you want me to try something locally here. I'll also try some options and let you know if I discover anything... |
I think I was able to fix it. Would be great if you can confirm! |
Tested it, the error is still there :( I don't know if this will be helpful, but this is a video of the issue happening: Screen.Recording.2024-06-03.at.20.04.52.movThis is a video of the same reproduction but forcing lazy to install 13ad959 (the commit before the broken one) Screen.Recording.2024-06-03.at.20.05.22.movLet me know if that doesn't help and I'll try to create the MRE |
My bad, can you check again? |
Fixed now! :) Thanks folke! |
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-3317+ga9c89bcbf-Homebrew
Operating system/version
MacOS 14.5
Describe the bug
After upgrading to 29d1bb8,
open_with_trouble
from telescope is empty.I tried older commits and that one is the first one presenting the issue.
Here is my
trouble
config for reference: https://github.com/bellini666/dotfiles/blob/master/vim/lua/plugins.lua#L78Steps To Reproduce
main
with my configopen_with_trouble
functionalityExpected Behavior
Results to appear on trouble
Repro
The text was updated successfully, but these errors were encountered: