halkn / ripgrep.vim

It is Vim Plugin for using the ripgrep.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Vim Script 100.0%