prefer git grep to grep

This commit is contained in:
Felix Van der Jeugt 2016-04-13 11:47:55 +02:00
parent 9a2e10bbf4
commit e46d2e1390
1 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,11 @@ colorscheme base16-colors
highlight LineNr ctermfg=08 ctermbg=NONE
nnoremap <Leader>g :Grepper<CR>
let g:grepper={
\ 'tools': ['git', 'grep'],
\ 'open': 1,
\ 'jump': 0,
\ }
let g:haskell_enable_quantification=1
let g:haskell_enable_recursivedo=1