Mercurial > dotfiles.old
diff vimrc @ 255:b9112d1b6ef3
Remove ctrlp
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 04 Mar 2015 21:23:28 +0100 |
parents | 731b2964b8fd |
children | f051de40b409 |
line wrap: on
line diff
--- a/vimrc Tue Mar 03 21:10:25 2015 +0100 +++ b/vimrc Wed Mar 04 21:23:28 2015 +0100 @@ -58,9 +58,6 @@ " Vim file navigation Plug 'tpope/vim-vinegar' -" Open and find files -Plug 'ctrlpvim/ctrlp.vim' - " Don't use arrows! Plug 'mrmargolis/dogmatic.vim' @@ -417,14 +414,6 @@ autocmd FileType python setlocal makeprg=ipython\ --pdb\ % autocmd FileType ruby setlocal makeprg=ruby\ % " }}} -" CtrlP {{{ -if executable('ag') - set grepprg=ag\ --nogroup\ --color - - let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' - let g:ctrlp_use_caching = 0 -endif -" }}} " Neocomplete {{{ let g:neocomplete#enable_at_startup=1 " let g:neocomplete#data_directory=s:get_cache_dir('neocomplete')