Skip to content

jesseleite/telescope-rg.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 91.2%
  • Vim Script 4.9%
  • Makefile 3.9%