.vimrc

changeset 619
b1cd1ee191be
parent 618
0305d79486fa
child 621
87c3dcbbeef3
equal deleted inserted replaced
618:0305d79486fa 619:b1cd1ee191be
360 360
361 call unite#custom#profile('default', 'context', {'winheight': 10}) 361 call unite#custom#profile('default', 'context', {'winheight': 10})
362 catch 362 catch
363 endtry 363 endtry
364 364
365 " like autowrite, applies to any loaded session
366 let g:unite_source_session_enable_auto_save = 1
367
365 if executable('ag') 368 if executable('ag')
366 let g:unite_source_grep_command = 'ag' 369 let g:unite_source_grep_command = 'ag'
367 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column' 370 let g:unite_source_grep_default_opts = '--nogroup --nocolor --column'
368 let g:unite_source_grep_recursive_opt = '' 371 let g:unite_source_grep_recursive_opt = ''
369 372

mercurial