diff options
Diffstat (limited to '_vim/vimrc')
-rw-r--r-- | _vim/vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -300,6 +300,13 @@ inoremap <F1> <Esc> vnoremap <leader>y "+y noremap <leader>p "+p +" Use the Silver Searcher +if executable("ag") + set grepprg=ag\ --nogroup\ --nocolor + let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' + let g:ctrlp_use_caching = 0 +endif + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugin settings |