Sanchayan Maity
91d160e157
When setting grepprg to ripgrep, neovim passes -uuu which disables ripgrep's default filtering which also ends up searching in binary files which is not what we want. It also ignores our ripgreprc and .ignore we have setup. neovim tries to match behaviour of standard grep which we do not care about. The default behaviour becomes a lot confusing when we start getting results from clangd cache or search index. |
||
---|---|---|
.. | ||
.config/nvim | ||
.local/share/nvim/site/pack/paqs/start |