jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
542 stars 99 forks source link

false to set g:rg_derive_root to True #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm trying to make rg to search on top of project instead of current opened buffer. but try to set let g:rg_derive_root = True doesn't work.

gvim 8.0 on windows 10.

ghost commented 6 years ago

set = 1 is work but i find vim-rooter plugin to change root instead.

watsoncj commented 6 years ago

To clarify for others, the correct syntax is:

let g:rg_derive_root = 1