let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""'
end
nnoremap <silent> [unite]f :<C-u>Unite -start-insert file_rec/async<CR>
+call unite#custom#source('file_rec/async', 'sorters', 'sorter_selecta')
" unite-buffer {{{3
call unite#custom#default_action('buffer', 'open')