From 0026b030e56d0778f39958e9818d52b38823ebde Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Mon, 12 Oct 2015 16:56:08 -0400 Subject: [PATCH] Add a few more useful plugins. --- vundle.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vundle.vim b/vundle.vim index 1a007ca..d19bfac 100644 --- a/vundle.vim +++ b/vundle.vim @@ -38,6 +38,10 @@ Plugin 'tpope/vim-fugitive' Plugin 'altercation/vim-colors-solarized' " visualize vim's undo tree Plugin 'sjl/gundo.vim' +" better support for JS +Plugin 'pangloss/vim-javascript' +" find, complete, etc. on steroids +Plugin 'Shougo/unite.vim' " All of your Plugins must be added before the following line call vundle#end() " required