nvim-telescope / telescope-frecency.nvim

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

[BUG] Calling nil values (API breaking changes?) #53

Closed glyh closed 2 years ago

glyh commented 2 years ago

here's the stack trace:

E5108: Error executing lua ...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:314: attempt to call field 'create' (a n
il value)                                                                                                                      
stack traceback:                                                                                                               
        ...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:314: in function '_create_window'                          
        ...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:366: in function 'find'                                    
        ...ope-frecency.nvim/lua/telescope/_extensions/frecency.lua:237: in function <...ope-frecency.nvim/lua/telescope/_exten
sions/frecency.lua:80>                                                                                                         
        ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:184: in function 'run_command'                             
        ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:244: in function 'load_command'                            
        [string ":lua"]:1: in main chunk    
glyh commented 2 years ago

Closing this because I found this is a issue from upper stream.