From cda21ccf3e869cb12ba13653135559a4021e00f2 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Thu, 19 Sep 2013 13:37:43 -0700 Subject: [PATCH] Added Scala config and additional directions --- .vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vimrc b/.vimrc index 076bf7c9e..39d55f1b1 100644 --- a/.vimrc +++ b/.vimrc @@ -35,6 +35,18 @@ Bundle 'vim-scripts/LaTeX-Suite-aka-Vim-LaTeX' Bundle 'tpope/vim-surround' Bundle 'mephux/bro.vim' +" Scala Bundles +" You need to check out appropriate ensime branch by hand by running ie. +" > git checkout scala-2.10 +" in ensime plugin directory managed by vundle (probably ~/.vim/bundle/ensime). Also you'll need to run make in vimproc directory. +Bundle "megaannum/self" +Bundle "megaannum/forms" +Bundle "Shougo/vimproc" +Bundle "Shougo/vimshell" +Bundle "aemoncannon/ensime" +Bundle "megaannum/vimside" + + " The rest of your config follows here " Excess Line Length