ctrlp optimization.

This commit is contained in:
Gea-Suan Lin
2014-03-22 12:44:31 +08:00
parent 8f3eb10420
commit f73b9c7f97

View File

@@ -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="\<Space>"