update vimrc to work with latest unite.vim

This commit is contained in:
Gabriel Ebner 2014-09-19 15:54:46 +02:00
parent 11d57cb18f
commit 103adc4b88

6
vimrc

@ -118,8 +118,10 @@ if executable('ag')
endif
call unite#filters#matcher_default#use(['matcher_fuzzy'])
call unite#filters#sorter_default#use(['sorter_selecta'])
call unite#custom#profile('default', 'ignorecase', '1')
call unite#custom#profile('default', 'smartcase', '1')
call unite#custom#profile('default', 'context', {
\ 'ignorecase': 1,
\ 'smartcase': 1,
\ })
" The prefix key
nnoremap [unite] <Nop>
nmap <space> [unite]