Merge pull request #324 from lfilho/cleaning-vundle
Cleaning vundles.vim
This commit is contained in:
commit
40e1bd0200
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user