From 42e0893748ce4991a443199b611e743050206ad6 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Wed, 12 Feb 2014 15:33:24 -0800 Subject: [PATCH] Added Command-T and minibufexpl to vim --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index b6c80dac2..50adb82c5 100644 --- a/.vimrc +++ b/.vimrc @@ -35,6 +35,8 @@ Bundle 'vim-scripts/LaTeX-Suite-aka-Vim-LaTeX' Bundle 'tpope/vim-surround' Bundle 'mephux/bro.vim' Bundle 'derekwyatt/vim-scala' +Bundle 'wincent/Command-T' +Bundle 'fholgado/minibufexpl.vim' " Scala Bundles " You need to check out appropriate ensime branch by hand by running ie.