Hello there. Hope you're doing well. Thank you for creating this very useful telescope plugin! I especially appreciate the option for permutations! However, I have encountered the following problem.
I have the following error when I press the built-in telescope keymappings like <C-d>:
E5108: Error executing lua: ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:257: attempt to call upvalue 'key_func' (a table value)
stack traceback:
...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:257: in function <...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:256>
Description
Hello there. Hope you're doing well. Thank you for creating this very useful telescope plugin! I especially appreciate the option for
permutations
! However, I have encountered the following problem.I have the following error when I press the built-in telescope keymappings like
<C-d>
:Neovim version
Operating system and version
Linux 6.1.61-1-lts
Steps to reproduce
:lua require("telescope").extensions.egrepify.egrepify()
function
<C-d>
or<C-u>
Actual behavior
https://github.com/fdschmidt93/telescope-egrepify.nvim/assets/57322459/9d1ca990-bccf-4e30-89be-50b2a4dd4ef4
Minimal config
Thank you again!