From 1be65dec7aa57971eaf12f853fa9e8ab6785183b Mon Sep 17 00:00:00 2001 From: Luiz Gonzaga dos Santos Filho Date: Fri, 3 May 2013 10:45:19 +0200 Subject: [PATCH] Cleaning vundles.vim Conflicts: vim/vundles.vim --- vim/vundles.vim | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index af811af..6019414 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -1,10 +1,10 @@ " ======================================== " Vim plugin configuration " ======================================== -" +" " This file contains the list of plugin installed using vundle plugin manager. " Once you've updated the list of plugin, you can run vundle update by issuing -" the command :BundleInstall from within vim or directly invoking it from the +" the command :BundleInstall from within vim or directly invoking it from the " command line with the following syntax: " vim --noplugin -u vim/vundles.vim -N "+set hidden" "+syntax on" +BundleClean! +BundleInstall +qall " Filetype off is required by vundle @@ -31,7 +31,6 @@ Bundle "vim-scripts/Specky.git" " Other languages Bundle "briancollins/vim-jst" Bundle "pangloss/vim-javascript" -Bundle "vim-scripts/Vim-R-plugin" " Html, Xml, Css, Markdown... Bundle "aaronjensen/vim-sass-status.git" @@ -64,6 +63,7 @@ Bundle "Shougo/neocomplcache.git" Bundle "briandoll/change-inside-surroundings.vim.git" Bundle "garbas/vim-snipmate.git" Bundle "godlygeek/tabular" +Bundle "honza/vim-snippets" Bundle "nelstrom/vim-visual-star-search" Bundle "skwp/vim-easymotion" Bundle "tomtom/tcomment_vim.git" @@ -72,7 +72,7 @@ Bundle "vim-scripts/IndexedSearch" Bundle "vim-scripts/camelcasemotion.git" Bundle "vim-scripts/matchit.zip.git" -" General vim improvements +" General vim improvements Bundle "MarcWeber/vim-addon-mw-utils.git" Bundle "bogado/file-line.git" Bundle "jistr/vim-nerdtree-tabs.git" @@ -119,6 +119,11 @@ Bundle "chrisbra/color_highlight.git" Bundle "skwp/vim-colors-solarized" Bundle "skwp/vim-powerline.git" Bundle "vim-scripts/TagHighlight.git" +Bundle "itspriddle/vim-jquery.git" +Bundle "slim-template/vim-slim.git" +Bundle "bogado/file-line.git" +Bundle "tpope/vim-rvm.git" +Bundle "nelstrom/vim-visual-star-search" " Customization " The plugins listed in ~/.vim/.vundles.local will be added here to