diff options
-rw-r--r-- | vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |