-
I updated NVIM to v0.10.0-dev-2698+g00e71d3da and telescope repo to
local ok, msg = pcall(function()
self.finder(prompt, process_result, process_complete)
end)
if not ok then
log.warn("Finder failed with msg: ", msg)
end The effect is that I do not see any repositories. The identical config worked before the update, any help is appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cljoly
Apr 25, 2024
Replies: 2 comments 1 reply
-
This might be fixed now that #75 is merged. Could you please check again @reet-? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reet-
-
Works again, great! Thanks @cljoly |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might be fixed now that #75 is merged. Could you please check again @reet-?