Cleaning vundles.vim
Conflicts: vim/vundles.vim
This commit is contained in:
parent
cf50ade257
commit
1be65dec7a
@ -1,10 +1,10 @@
|
|||||||
" ========================================
|
" ========================================
|
||||||
" Vim plugin configuration
|
" Vim plugin configuration
|
||||||
" ========================================
|
" ========================================
|
||||||
"
|
"
|
||||||
" This file contains the list of plugin installed using vundle plugin manager.
|
" 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
|
" 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:
|
" command line with the following syntax:
|
||||||
" vim --noplugin -u vim/vundles.vim -N "+set hidden" "+syntax on" +BundleClean! +BundleInstall +qall
|
" vim --noplugin -u vim/vundles.vim -N "+set hidden" "+syntax on" +BundleClean! +BundleInstall +qall
|
||||||
" Filetype off is required by vundle
|
" Filetype off is required by vundle
|
||||||
@ -31,7 +31,6 @@ Bundle "vim-scripts/Specky.git"
|
|||||||
" Other languages
|
" Other languages
|
||||||
Bundle "briancollins/vim-jst"
|
Bundle "briancollins/vim-jst"
|
||||||
Bundle "pangloss/vim-javascript"
|
Bundle "pangloss/vim-javascript"
|
||||||
Bundle "vim-scripts/Vim-R-plugin"
|
|
||||||
|
|
||||||
" Html, Xml, Css, Markdown...
|
" Html, Xml, Css, Markdown...
|
||||||
Bundle "aaronjensen/vim-sass-status.git"
|
Bundle "aaronjensen/vim-sass-status.git"
|
||||||
@ -64,6 +63,7 @@ Bundle "Shougo/neocomplcache.git"
|
|||||||
Bundle "briandoll/change-inside-surroundings.vim.git"
|
Bundle "briandoll/change-inside-surroundings.vim.git"
|
||||||
Bundle "garbas/vim-snipmate.git"
|
Bundle "garbas/vim-snipmate.git"
|
||||||
Bundle "godlygeek/tabular"
|
Bundle "godlygeek/tabular"
|
||||||
|
Bundle "honza/vim-snippets"
|
||||||
Bundle "nelstrom/vim-visual-star-search"
|
Bundle "nelstrom/vim-visual-star-search"
|
||||||
Bundle "skwp/vim-easymotion"
|
Bundle "skwp/vim-easymotion"
|
||||||
Bundle "tomtom/tcomment_vim.git"
|
Bundle "tomtom/tcomment_vim.git"
|
||||||
@ -72,7 +72,7 @@ Bundle "vim-scripts/IndexedSearch"
|
|||||||
Bundle "vim-scripts/camelcasemotion.git"
|
Bundle "vim-scripts/camelcasemotion.git"
|
||||||
Bundle "vim-scripts/matchit.zip.git"
|
Bundle "vim-scripts/matchit.zip.git"
|
||||||
|
|
||||||
" General vim improvements
|
" General vim improvements
|
||||||
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
||||||
Bundle "bogado/file-line.git"
|
Bundle "bogado/file-line.git"
|
||||||
Bundle "jistr/vim-nerdtree-tabs.git"
|
Bundle "jistr/vim-nerdtree-tabs.git"
|
||||||
@ -119,6 +119,11 @@ Bundle "chrisbra/color_highlight.git"
|
|||||||
Bundle "skwp/vim-colors-solarized"
|
Bundle "skwp/vim-colors-solarized"
|
||||||
Bundle "skwp/vim-powerline.git"
|
Bundle "skwp/vim-powerline.git"
|
||||||
Bundle "vim-scripts/TagHighlight.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
|
" Customization
|
||||||
" The plugins listed in ~/.vim/.vundles.local will be added here to
|
" The plugins listed in ~/.vim/.vundles.local will be added here to
|
||||||
|
Loading…
Reference in New Issue
Block a user