fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
123 stars 13 forks source link

fix(entry_maker): add `cwd` to entry for usage with trouble.nvim and maybe other similar plugins #36

Closed thebengeu closed 9 months ago

thebengeu commented 9 months ago

As used in e.g. https://github.com/folke/trouble.nvim/blob/f1168feada93c0154ede4d1fe9183bf69bac54ea/lua/trouble/providers/telescope.lua#L15. Otherwise trouble.nvim thows a "no such file or directory" error when a custom cwd is used.