mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-06 18:17:34 +00:00
Less lag when searching ctrlp
This commit is contained in:
parent
362ffced8f
commit
37d3411a64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user