comparison vimrc @ 172:689a19d567c7

improve performance of unite
author zegervdv <zegervdv@me.com>
date Tue, 04 Nov 2014 08:02:27 +0100
parents 1e77456c253b
children e4c677e2acde
comparison
equal deleted inserted replaced
171:1e77456c253b 172:689a19d567c7
448 call unite#custom#profile('files', 'context.smartcase', 1) 448 call unite#custom#profile('files', 'context.smartcase', 1)
449 call unite#custom#source('line,outline', 'matchers', 'matcher_fuzzy') 449 call unite#custom#source('line,outline', 'matchers', 'matcher_fuzzy')
450 call unite#custom#source( 'buffer', 'converters', ['converter_file_directory']) 450 call unite#custom#source( 'buffer', 'converters', ['converter_file_directory'])
451 " sort file results by length 451 " sort file results by length
452 call unite#custom#source('file', 'sorters', 'sorter_length') 452 call unite#custom#source('file', 'sorters', 'sorter_length')
453 call unite#custom#source('file_rec/async', 'sorters', 'sorter_length') 453 call unite#custom#source('file_rec/async', 'converters', [])
454 call unite#custom#source('file_rec/async', 'sorters', [])
455 call unite#custom#source('file_rec/async', 'max_candidates', 20)
454 let g:unite_enable_start_insert=0 456 let g:unite_enable_start_insert=0
455 let g:unite_source_history_yank_enable=1 457 let g:unite_source_history_yank_enable=1
456 let g:unite_source_rec_max_cache_files=3000 458 let g:unite_source_rec_max_cache_files=3000
457 let g:unite_prompt='» ' 459 let g:unite_prompt='» '
458 if executable('ag') 460 if executable('ag')