SudoEdit.vim

This commit is contained in:
Gabriel Ebner 2014-08-30 08:16:58 +02:00
parent 5a5267b363
commit 6de9d5f3e3
1 changed files with 3 additions and 1 deletions

4
vimrc
View File

@ -29,6 +29,8 @@ NeoBundle 'Shougo/neomru.vim'
NeoBundle 'ciaranm/securemodelines'
NeoBundle 'chrisbra/SudoEdit.vim'
NeoBundle 'nanotech/jellybeans.vim'
NeoBundle 'majutsushi/tagbar'
NeoBundle 'bling/vim-airline'
@ -110,7 +112,7 @@ set title
if executable('ag')
let g:unite_source_grep_command = 'ag'
let g:unite_source_grep_default_opts = '--noheading --nocolor'
let g:unite_source_rec_async_command= 'ag --nocolor --nogroup --hidden -g ""'
let g:unite_source_rec_async_command= 'ag --nocolor --nogroup -g ""'
endif
call unite#filters#matcher_default#use(['matcher_fuzzy'])
call unite#filters#sorter_default#use(['sorter_selecta'])