/vim-ripgrep

A plugin for VIM to integrate ripgrep

Primary LanguageVim Script

vim-ripgrep

A VIM plugin for ripgrep integration, with highlighted matches in quickfix window.

Screenshot

See also doc/ripgrep.txt for detailed documentation.

Installation

It is recommended to use a plugin manager for Vim plugins. If you prefer vim-plug as well, put this lines into your plugin list:

Plug 'skywind3000/asyncrun.vim'  " If you prefer async behaviour
Plug 'mattia72/vim-ripgrep' 

Thanks