From fdf9e738963db26ee48b0adb78de9c5efc19102d Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 30 Nov 2014 18:38:14 +0800 Subject: [PATCH] Add pangloss/vim-javascript for vim. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 5201357..51e9d9a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -66,6 +66,7 @@ Bundle "majutsushi/tagbar" Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" +Bundle "pangloss/vim-javascript" Bundle "terryma/vim-expand-region" Bundle "tomtom/tlib_vim" Bundle "tpope/vim-fugitive"