This commit is contained in:
Jakub 2021-12-13 16:55:43 +01:00 committed by GitHub
commit e6c687a072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,15 @@ Word under cursor will be searched if no argument is passed to `Rg`
Show root search dir
:RgRoot
## Dependencies
Please make sure you have 'rg' binary correctly installed in your system
Ubuntu/Debian:
```bash
apt-get install ripgrep
```
MacOS:
```bash
brew install rg
```