mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-27 04:04:58 +08:00
Merge 069f138369 into 2bb2425387
This commit is contained in:
commit
e6c687a072
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue