Use ctrlP caching

This commit is contained in:
Julian Ospald 2018-08-13 20:36:02 +08:00
parent 60ea3da091
commit 0b2a3aa3fc
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -253,7 +253,7 @@ let g:haddock_browser_callformat='%s file://%s >/dev/null 2>&1 &'
" ctrlp
let g:ctrlp_user_command = 'fd --type f --color=never "" %s'
let g:ctrlp_use_caching = 0
let g:ctrlp_use_caching = 1
let g:ctrlp_match_func = { 'match': 'cpsm#CtrlPMatch' }
" fzf