-
Notifications
You must be signed in to change notification settings - Fork 382
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: Telescope fails to load properly after "lazy resolving of plugin handlers" refactor #1132
Comments
|
Added the error to the report
Yes, I realized I'm doing it wrong while figuring out why it no longer works. But it worked before so maybe worth reporting :) |
well if you used something that wasn't documented before and it worked you "abused" a bug which is now fixed ig |
I think this is a more reasonable keys config which is also broken now:
In the end it's still kinda weird because Edit: Changed the repro to this variation because it feels more reasonable to be used in the wild :) |
Hmm another thing of note: I have another lazy spec that's basically the same for trouble.nvim. This one doesn't break the
|
by looking at the error |
The In the meantime I fixed my weird |
🤔 not sure about that tbh |
Nope. Only the default This is regardless of lazy handlers like cmd. Fixed that issue at the top in the meantime. |
Thanks for clarifying :)
Nice! Ah well I guess now that I've changed it to a "proper" way I might as well just keep it 😛 |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.0 commit gc9963e2212
Operating system/version
Arch
Describe the bug
Commit 47dafae breaks Telescope's user command when doing a
require("telescope.builtin")
within akeys = function()
config thingy.Note: I'm probably doing something I shouldn't be doing anyway within the lazy spec but it worked before 😛
This gives me the following error:
Reloading telescope with
:Lazy reload
does fix the user commandSteps To Reproduce
Expected Behavior
Telescope window opens when running with repro.lua
Repro
The text was updated successfully, but these errors were encountered: