Less lag when searching ctrlp

This commit is contained in:
ViViDboarder 2016-05-03 11:42:58 -07:00
parent 362ffced8f
commit 37d3411a64
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let g:ctrlp_reuse_window = 'startify'
" Support tag jumping
let g:ctrlp_extensions = ['tag', 'buffertag']
" Don't search right away
let g:ctrlp_lazy_update = 100
let g:ctrlp_lazy_update = 50
" Quick exiting with <bs>
let g:ctrlp_brief_prompt = 1
" Support golang tags