You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting a search with lua require('telescope').extensions.smart_open.smart_open(), the telescope action to_fuzzy_refine doesn't work and triggers the following warning:
[telescope] [WARN 20:13:41] /Users/user/.local/share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:669: Finder failed with msg: ...escope-fzf-native.nvim/lua/telescope/_extensions/fzf.lua:97: bad argument #1 to 'get_score' (cannot
convert 'number' to 'const char *')
The text was updated successfully, but these errors were encountered:
After starting a search with
lua require('telescope').extensions.smart_open.smart_open()
, the telescope actionto_fuzzy_refine
doesn't work and triggers the following warning:The text was updated successfully, but these errors were encountered: