let g:grepper = { \ 'quickfix': 0, \ 'tools': ['rg', 'git', 'ag', 'grep'], \ 'rg': { \ 'grepprg': 'rg --no-heading --vimgrep --smart-case --hidden --glob "!.git"' \ } \ }