Closed MaJinjie closed 4 months ago
require("telescope").setup {
extensions = {
egrepify = {
lnum = false,
},
}
}
This works for me. Your config is also not minimal.
You are correct, I seem to have made a mistake in my vocabulary. Thank you
Description
I really like your plugin, but unfortunately I only saw it today. I found that the configuration in 'telescope. opts. extensions. egrepify' cannot be passed to 'egrepify' while using it. Even if I intercept
opts
in thesetup
function of theegrepify. config
file, it is still an empty table.Neovim version
Operating system and version
ArchLinux 6.9.5
Steps to reproduce