nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
688 stars 35 forks source link

fix: avoid calling non API-fast funcs in Lua loop #197

Closed delphinus closed 2 months ago

delphinus commented 2 months ago

The current build occurs E5560 due to calling non API-fast functions in Lua loop.

[telescope] [WARN  18:40:20] /Users/jinnouchi.yasushi/.local/share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:669: Finder failed with msg:  ...y/telescope.nvim/lua/telescope/pickers/entry_display.lua:76: E5560: nvim_get_current_buf must not be called in a lua loop callback