This commit is contained in:
Cosson2017 2018-11-21 13:26:56 +08:00
parent 318b058c00
commit 66f43d1f84

View file

@ -16,6 +16,7 @@ Word under cursor will be searched if no argument is passed to `Rg`
| g:rg_derive_root | false | true if you want to find project root from cwd
| g:rg_root_types | ['.git'] | list of files/dir found in project root
| g:rg_window_location | botright | quickfix window location
| g:rg_use_local_list | 0 | use local list instead of quickfix for search
## misc