" ----------------------------------------------------------------------------- " - vim-grepper configuration - " ----------------------------------------------------------------------------- let g:grepper = {} let g:grepper.tools = ['rg', 'git', 'grep'] " Search for the current word (similar to *) nnoremap * :Grepper -cword -noprompt " Search for the current selection nmap gs (GrepperOperator) xmap gs (GrepperOperator)