Live grep raw picker for telescope.nvim.
It passes the entire prompt to the grep command additionally to the vimgrep options.
Add telescope-live-grep-raw.nvim
as telescope.nvim
dependency, e.g.:
use {
'nvim-telescope/telescope.nvim',
requires = {
{ 'nvim-telescope/telescope-live-grep-raw.nvim' }
}
}
Call or map this command
:lua require("telescope").extensions.live_grep_raw.live_grep_raw()
- Clone plenary.nvim next to this repo
make test
Based on the idea of this pull request.