Replies: 2 comments
-
maybe you can try adding "doCheck = False" |
Beta Was this translation helpful? Give feedback.
0 replies
-
This sounds like something in telescope has changed upstream, but your plugin's source code is still using old/outdated APIs. Have you tried bumping your plugin's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I'm trying to add
telescope-cmdline
plugin to my setup:It used to work on 24.11, but now it doesn't: when building nixvim, I get this error:
Apparently,
telescope-cmdline
tries to requiresorters
module from Telescope: https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/sorters.luaThat module is present in my Telescope package, though:
I wonder how do I add Telescope paths for my plugin lookup directory?
Beta Was this translation helpful? Give feedback.
All reactions