From 4e66904e8a4f47803a5d04361d0b4fc3612e20be Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 23 Jan 2020 14:47:10 +0300 Subject: make vimgrep smart case --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " https://www.reddit.com/r/vim/comments/7bj837/favorite_console_tools_to_use_with_vim/ if executable('rg') - set grepprg=rg\ --vimgrep\ --no-heading + set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case endif set diffopt+=internal,algorithm:patience -- cgit v1.2.3-70-g09d2