diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 532ca1e..891f3e3 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -120,6 +120,11 @@ colorscheme base16-colors highlight LineNr ctermfg=08 ctermbg=NONE nnoremap g :Grepper +let g:grepper={ + \ 'tools': ['git', 'grep'], + \ 'open': 1, + \ 'jump': 0, + \ } let g:haskell_enable_quantification=1 let g:haskell_enable_recursivedo=1