.vimrc

changeset 577
c3ecffb36fb7
parent 576
646a1e199207
child 578
3e4703eef23d
equal deleted inserted replaced
576:646a1e199207 577:c3ecffb36fb7
394 \ 'e:exceptions', 394 \ 'e:exceptions',
395 \ ], 395 \ ],
396 \ } 396 \ }
397 397
398 ">> Unite 398 ">> Unite
399 " call unite#filters#matcher_default#use(['matcher_fuzzy']) 399 try
400 call unite#filters#sorter_default#use(['sorter_rank']) 400 " call unite#filters#matcher_default#use(['matcher_fuzzy'])
401 401 call unite#filters#sorter_default#use(['sorter_rank'])
402 call unite#custom#profile('default', 'context', {'winheight': 10}) 402
403 call unite#custom#profile('default', 'context', {'winheight': 10})
404 catch
405 endtry
403 406
404 if executable('ag') 407 if executable('ag')
405 let g:unite_source_grep_command = 'ag' 408 let g:unite_source_grep_command = 'ag'
406 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column' 409 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column'
407 let g:unite_source_grep_recursive_opt = '' 410 let g:unite_source_grep_recursive_opt = ''

mercurial