-
Notifications
You must be signed in to change notification settings - Fork 58
Add a tool
Marco Hinz edited this page Nov 9, 2016
·
7 revisions
Let's pretend pt wasn't added yet. You'd have to drop this into your vimrc to add it:
If you don't like the default arguments to a grep tool or you want to add a new one, just add/replace the key to g:grepper:
let g:grepper = {
\ 'tools': ['pt', 'git'],
\ 'pt': {
\ 'grepprg': 'pt --nocolor --nogroup',
\ 'grepformat': '%f:%l:%m',
\ 'escape': '\+*^$()[]',
\ }}