diff options
Diffstat (limited to '.config/nvim')
| -rwxr-xr-x | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 487f64f..c585493 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -167,7 +167,7 @@ set cinoptions=l1 | |||
| 167 | 167 | ||
| 168 | " https://www.reddit.com/r/vim/comments/7bj837/favorite_console_tools_to_use_with_vim/ | 168 | " https://www.reddit.com/r/vim/comments/7bj837/favorite_console_tools_to_use_with_vim/ |
| 169 | if executable('rg') | 169 | if executable('rg') |
| 170 | set grepprg=rg\ --vimgrep\ --no-heading | 170 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case |
| 171 | endif | 171 | endif |
| 172 | 172 | ||
| 173 | set diffopt+=internal,algorithm:patience | 173 | set diffopt+=internal,algorithm:patience |
