Workflows
grep across files
Dependencies
- ripgrep (
rg) - Neovim with
grepprg = rg --vimgrep --smart-caseandgrepformat = %f:%l:%c:%m o.path:append("**")for recursive glob
Workflow
:grep pattern ** " search all files
:copen " open quickfix list
:cclose " close it
:cn / :cp " next / previous match