Mercurial > dotfiles
diff vim/vimrc @ 240:3a6b11d16a2a
Simpler registration for CtrlP extensions.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 12 Dec 2014 16:53:19 -0800 |
parents | ceb3f44fa2fc |
children | a2e31e166cb9 |
line wrap: on
line diff
--- a/vim/vimrc Thu Dec 11 23:38:57 2014 -0800 +++ b/vim/vimrc Fri Dec 12 16:53:19 2014 -0800 @@ -234,10 +234,10 @@ let g:ctrlp_clear_cache_on_ext = 0 " Enable some cool extensions. -let g:ctrlp_extensions = ['tag', 'buffertag', 'quickfix', 'mixed'] - -" Initialize other custom extensions. -call ctrlpext#autoignore#init() +let g:ctrlp_extensions = [ + \'tag', 'buffertag', 'quickfix', 'mixed', + \'autoignore', 'projectjump' + \] " }}}