A tiny port of Ack.vim
Installation via junegunn/vim-plug:
Plug 'alanjcfs/rg.nvim'
With BurntSushi/ripgrep installed, you can use
:Rg "def show"
And it will open a quickfix window like :grep
.
Currently, it can't handle single quote.
- Fix single quotes
- Offer to install ripgrep via
homebrew
or other OS's package managers