salcode / ironcode-vim

A Vim Configuration focused on WordPress development and predominantly used on a Mac with Neovim
9 stars 1 forks source link

Add :Rg command for search #207

Closed salcode closed 3 years ago

salcode commented 4 years ago

Just like we added :Ag to use ag for search (in Issue #95, PR #165), now that I've started using ripgrep (rg), I'd like to add :Rg as a search command that populates the quick fix list (similar to how :grep works).