Skip to content

anekos/telescope-rg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telescope-rg

telescope-rg is an extension for telescope.nvim, which enables users to utilize ripgrep (rg) within the telescope interface.

Setup

To load the extension, use the following command:

require('telescope').load_extension('rg')

Usage

This will also register the search results in the quickfix list.

:Rg your-search-query

or

:Telescope rg query=your-search-query

Pass extra command options to rg

:Telescope rg query=your-search-query type=py
:Rg! --type=py your-search-query

means

$ rg --type=py your-search-query

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages