From f73b9c7f97d60d2ce63d2b9a87d7b2f7dfc3344d Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 22 Mar 2014 12:44:31 +0800 Subject: [PATCH] ctrlp optimization. --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index f137b35..8918008 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -70,6 +70,8 @@ Bundle "tomtom/tlib_vim" Bundle "tpope/vim-fugitive" " filetype plugin indent on +let g:ctrlp_use_caching = 0 +let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . -co --exclude-standard', 'find %s -type f'] let g:SuperTabDefaultCompletionType = "context" let g:vim_json_syntax_conceal = 0 let mapleader="\"