From: Samir Benmendil Date: Thu, 7 Apr 2016 10:19:13 +0000 (+0100) Subject: vim: sort file_rec by rank X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/07c0605f0b7d4b156fa1c38790c40ad3936f7736 vim: sort file_rec by rank --- diff --git a/vim/vimrc b/vim/vimrc index 4d72ff3..23889f1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -653,6 +653,7 @@ if executable('ag') let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""' end nnoremap [unite]f :Unite -start-insert file_rec/async +call unite#custom#source('file_rec/async', 'sorters', 'sorter_selecta') " unite-buffer {{{3 call unite#custom#default_action('buffer', 'open')