From 398b2ad4947c9dbdb93e28a1ad7bb573e7cde4df Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 20:20:44 -0400 Subject: vimrc: Remove Unite configuration Now that I've removed Unite in 95256a840f492eaa45c8a0e78791a0916821f9a9, we can remove its configuration and mappings. --- vimrc | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 714cf93..4753ac5 100644 --- a/vimrc +++ b/vimrc @@ -455,26 +455,6 @@ nnoremap sf :CommandTFlush let g:CommandTWildIgnore=&wildignore . ",*/vendor/*,*/node_modules/*" -" Unite -" http://stackoverflow.com/a/17387785 -if executable('ag') - let g:unite_source_grep_command = 'ag' - let g:unite_source_grep_default_opts = '--nogroup --nocolor --column' - let g:unite_source_grep_recursive_opt = '' -endif - -call unite#filters#matcher_default#use(['matcher_fuzzy']) - -nnoremap add :Unite -start-insert -immediately file_rec -nnoremap abb :Unite -start-insert -immediately buffer -nnoremap ads :Unite -start-insert -immediately file_rec split -nnoremap abs :Unite -start-insert -immediately buffer split -nnoremap adv :Unite -start-insert -immediately file_rec vsplit -nnoremap abv :Unite -start-insert -immediately buffer vsplit -nnoremap adt :Unite -start-insert -immediately file_rec tabopen -nnoremap abt :Unite -start-insert -immediately buffer tabopen - - " pick let g:pick_command = "find * -type f -o -type l" -- cgit v1.2.3