From ab3e14bb5b361eee20654db4ddaccb3b2edced0d Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Sun, 12 Oct 2014 15:34:13 -0700 Subject: [PATCH] Added ajvascript --- .vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 84551ee84..e82a3ebb2 100644 --- a/.vimrc +++ b/.vimrc @@ -2,7 +2,7 @@ let mapleader = ',' -let &colorcolumn=join(range(101,999),",") +" let &colorcolumn=join(range(101,999),",") set hlsearch set incsearch @@ -42,6 +42,10 @@ Bundle 'fholgado/minibufexpl.vim' Bundle 'vim-scripts/EasyGrep' Bundle 'vim-scripts/LustyExplorer' Bundle 'vim-scripts/yavdb' +Bundle 'junkblocker/patchreview-vim' +Bundle 'codegram/vim-codereview' +Bundle 'pangloss/vim-javascript' +Bundle 'mxw/vim-jsx' " Scala Bundles " You need to check out appropriate ensime branch by hand by running ie.