commit 3502d0bfe6aa26f81c7ef49a017909d754c27172
parent 72e223d7906197f762904bee5c0270792f01ef86
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 16 Sep 2015 20:46:57 +0200
add javascript plugins
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -140,6 +140,10 @@ NeoBundle 'justinmk/vim-gtfo'
" http://emmet.io
NeoBundle 'mattn/emmet-vim'
+" javascript plugins
+NeoBundle 'pangloss/vim-javascript'
+NeoBundle 'kchmck/vim-coffee-script'
+
call neobundle#end()
filetype plugin indent on