Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
239:ec74791ee042 | 240:3a6b11d16a2a |
---|---|
232 | 232 |
233 " Remember things. | 233 " Remember things. |
234 let g:ctrlp_clear_cache_on_ext = 0 | 234 let g:ctrlp_clear_cache_on_ext = 0 |
235 | 235 |
236 " Enable some cool extensions. | 236 " Enable some cool extensions. |
237 let g:ctrlp_extensions = ['tag', 'buffertag', 'quickfix', 'mixed'] | 237 let g:ctrlp_extensions = [ |
238 | 238 \'tag', 'buffertag', 'quickfix', 'mixed', |
239 " Initialize other custom extensions. | 239 \'autoignore', 'projectjump' |
240 call ctrlpext#autoignore#init() | 240 \] |
241 | 241 |
242 " }}} | 242 " }}} |
243 | 243 |
244 " Gutentags {{{ | 244 " Gutentags {{{ |
245 | 245 |