-
-
Notifications
You must be signed in to change notification settings - Fork 856
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
Telescope broken on neovim HEAD #821
Comments
I haven't updated and i am still in the middle of something so could you try something. |
That doesn't fix it, unfortunately; then I get
|
Thanks for testing :) I am pretty sure that got us further. I will try to track it down tomorrow morning. I wanted to do some telescope work this weekend anyway, so its at least a little bit maintained while tj is on vacation. |
In the meantime, for those coming here:
"unbreaks" telescope. |
nvim-lua/plenary.nvim#155 and nvim-lua/popup.nvim#13 to fix this issue. @clason I can merge anything into plenary but i don't have write rights for popup. Is there any chance that you can merge things into popup? Otherwise i will write tj in private |
Can confirm that this fixes the issue! @Conni2461 I don't have any more rights than you 😞 I think writing TJ is the best option (although he's on vacation); maybe he'll give you the commit bit? (I'd be good to have at least two people with commit access for a critical dependency. Or re-intregrate popup in plenary? That'd cut down a dependency, too!) |
If all else fails, in the mean time can't you override the |
🎶 🎶 🎶 |
aaaand it's fixed :) |
Eyyy, thanks for the quick fix people! <3 |
Thanks for your hard work! |
Neovim just merged neovim/neovim#13664, which breaks Telescope: Opening any finder (e.g., just
:Telescope
) yieldsI suspect this is due to neovim/neovim@97abf8e, which changed how autocommands are triggered in popups.
The text was updated successfully, but these errors were encountered: