nvim-telescope / telescope-fzf-writer.nvim

Incorporating some fzf concepts with plenary jobs and telescope
72 stars 7 forks source link

`files` call is throwing error on every keystroke #11

Open zdcthomas opened 2 years ago

zdcthomas commented 2 years ago

I get this error on a loop as soon as I begin the files or the staged grep command.

:Telescope fzf_writer files     Error executing luv callback:
...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:1145: E5560: nvim_buf_is_valid must not be called in a lua loop callback
stack traceback:
        [builtin#36]: at 0x0105732405

Is this due to the commands being wrapped in a plenary job?

matteha commented 2 years ago

Same.

otavioschwanck commented 12 months ago

Same here