comparison vim/vimrc @ 288:25b672f0f6bd

Remove `projectjump` CtrlP plugin, just use the bookmarks.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 20 Feb 2015 11:46:41 -0800
parents 44c9d65cfa74
children 8b6ca7e40f37
comparison
equal deleted inserted replaced
287:44c9d65cfa74 288:25b672f0f6bd
239 let g:ctrlp_clear_cache_on_ext = 0 239 let g:ctrlp_clear_cache_on_ext = 0
240 240
241 " Enable some cool extensions. 241 " Enable some cool extensions.
242 let g:ctrlp_extensions = [ 242 let g:ctrlp_extensions = [
243 \'tag', 'buffertag', 'quickfix', 'mixed', 'bookmarkdir', 243 \'tag', 'buffertag', 'quickfix', 'mixed', 'bookmarkdir',
244 \'autoignore', 'projectjump' 244 \'autoignore'
245 \] 245 \]
246 246
247 " }}} 247 " }}}
248 248
249 " Gutentags {{{ 249 " Gutentags {{{