diff --git a/vim/bundle/vundle b/vim/bundle/vundle index dd8356a..3bf598d 160000 --- a/vim/bundle/vundle +++ b/vim/bundle/vundle @@ -1 +1 @@ -Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190 +Subproject commit 3bf598d169993d703c21115876c36e460a51b100 diff --git a/vimrc b/vimrc index c5d55d0..0aa7751 100644 --- a/vimrc +++ b/vimrc @@ -11,6 +11,7 @@ Bundle 'groenewege/vim-less' Bundle 'digitaltoad/vim-jade' Bundle 'pangloss/vim-javascript' Bundle 'kchmck/vim-coffee-script' +Bundle 'spf13/PIV' Bundle 'jQuery' Bundle 'tpope/vim-rails' Bundle 'tpope/vim-repeat' @@ -34,12 +35,15 @@ Bundle 'gregsexton/MatchTag' " Bundle 'closetag.vim' Bundle 'kana/vim-smartinput' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} +Bundle 'mbbill/undotree' +Bundle 'Shougo/neocomplcache' +Bundle 'coderifous/textobj-word-column.vim' " Snipmate -Bundle 'MarcWeber/vim-addon-mw-utils' -Bundle 'tomtom/tlib_vim' -Bundle 'snipmate-snippets' -Bundle 'garbas/vim-snipmate' +" Bundle 'MarcWeber/vim-addon-mw-utils' +" Bundle 'tomtom/tlib_vim' +" Bundle 'snipmate-snippets' +" Bundle 'garbas/vim-snipmate' filetype plugin indent on " last Vundle requirement