Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.16 KB

Telescope live grep raw

REUSE status

Live grep raw picker for telescope.nvim.

What it does

It passes the entire prompt to the grep command additionally to the vimgrep options.

Installation

Packer

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' }
    }
}

Usage

Call or map this command

:lua require("telescope").extensions.live_grep_raw.live_grep_raw()

Development

Running the tests

Acknowledgements

Based on the idea of this pull request.