Bundle 'bling/vim-airline'
Bundle 'elzr/vim-json'
-Bundle 'ervandew/ag.git'
+Bundle 'rking/ag.vim'
Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex'
Bundle 'kien/ctrlp.vim'
Bundle 'kshenoy/vim-signature'
" plugins {{{1
" ag {{{2
let g:AgSmartCase = 1
+nnoremap <leader>ag yiw:Ag \12"<cr>
+vnoremap <leader>ag y:Ag \12"<cr>
" airline {{{2
let g:airline_detect_whitespace=2