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 the recent OO refactor, running :Telescope frecency gives me the following error:
Error executing Lua callback: ...im/lazy/telescope-frecency.nvim/lua/frecency/recency.lua:30: bad argument #1 to 'ipairs' (table expected, got nil)
stack traceback:
[C]: in function 'ipairs'
...im/lazy/telescope-frecency.nvim/lua/frecency/recency.lua:30: in function 'calculate'
...vim/lazy/telescope-frecency.nvim/lua/frecency/picker.lua:205: in function 'fetch_results'
...vim/lazy/telescope-frecency.nvim/lua/frecency/picker.lua:83: in function 'start'
...m/lazy/telescope-frecency.nvim/lua/frecency/frecency.lua:104: in function 'start'
.../nvim/lazy/telescope-frecency.nvim/lua/frecency/init.lua:13: in function <.../nvim/lazy/telescope-frecency.nvim/lua/frecency/init.lua:11>
...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: in function 'run_command'
...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:253: in function 'load_command'
...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:108: in function <...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:107>
This is with a nightly Neovim build (v0.10.0-dev-766+gef44e5972). Please feel free to close this if it's just a bug on nightly, and if you need more info, please let me know. Thanks!
The text was updated successfully, but these errors were encountered:
After the recent OO refactor, running
:Telescope frecency
gives me the following error:This is with a nightly Neovim build (v0.10.0-dev-766+gef44e5972). Please feel free to close this if it's just a bug on nightly, and if you need more info, please let me know. Thanks!
The text was updated successfully, but these errors were encountered: