summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 9c90b81..887225a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -43,7 +43,7 @@ nmap q :q
set rtp+=/opt/homebrew/opt/fzf
let g:fzf_preview = 'cat {}'
-" set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow
+set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow
" nnoremap \ :Rg<CR>
" nnoremap <C-T> :Files<cr>