diff --git a/vim/.vimrc b/vim/.vimrc index 17da1a1..f64df9b 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -76,12 +76,9 @@ Plug 'junegunn/fzf.vim' nnoremap w :Windows nnoremap m :Maps nnoremap h :Helptags - -Plug 'mhinz/vim-grepper' - nnoremap / :Grepper -tool rg - nnoremap * :Grepper -tool rg -cword -noprompt - let g:grepper = {} - let g:grepper.tools = ['rg', 'git', 'ag', 'grep'] + nnoremap / :Rg + nnoremap * :Rg + nnoremap C :Commands Plug 'editorconfig/editorconfig-vim' let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']