changeset 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
files vim/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Fri Feb 20 11:45:54 2015 -0800
+++ b/vim/vimrc	Fri Feb 20 11:46:41 2015 -0800
@@ -241,7 +241,7 @@
 " Enable some cool extensions.
 let g:ctrlp_extensions = [
             \'tag', 'buffertag', 'quickfix', 'mixed', 'bookmarkdir',
-            \'autoignore', 'projectjump'
+            \'autoignore'
             \]
 
 " }}}