aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 69cd790..b0ed7aa 100644
--- a/vimrc
+++ b/vimrc
@@ -442,6 +442,9 @@
" * Add gS mapping to :ArgWrap.
" * Add v_<leader>w mapping to search a visual selection with Ripgrep.
"
+" 2019.11.29:
+" * Set 'grepprg' to Ripgrep.
+"
" Pathogen
@@ -512,6 +515,8 @@ set undofile
set modelines=0
set nomodeline
+set grepprg=rg\ --vimgrep
+
" Disable all default ftplugins
" http://vim.wikia.com/wiki/File_type_plugins#Disabling_default_ftplugins
" http://stackoverflow.com/questions/11337129/setting-buffer-specific-variables-in-vim#comment14956146_11351393