add vim grepper

This commit is contained in:
Thomas Ruoff
2017-06-25 21:50:13 +02:00
parent e78235efc0
commit 6171943e57

2
vimrc
View File

@@ -46,6 +46,8 @@ Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'mhinz/vim-grepper'
Plug 'sheerun/vim-polyglot'
Plug 'christoomey/vim-tmux-navigator'