Skip to content

halkn/ripgrep.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ripgrep.vim

It is Vim Plugin for using the ripgrep.

Usage

Search under the current directory,The result is output to the QuickFix list.
The search uses the job function of Vim8.0 and is executed asynchronously.

:Rg <string|pattern>
:Rgstop

It also integrates ctrlp.vim extension.

:CtrlPRg <string|pattern>

Both functions search for the word under the cursor if no argument is given.

Config

The default for the rg command option is --hidden. If you want to change it, set g:ripgrep_options in your vimrc.

License

MIT

About

It is Vim Plugin for using the ripgrep.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published