Re-organizing entire file
This commit is contained in:
parent
910c908fc6
commit
032ae9cdcf
136
vim/vundles.vim
136
vim/vundles.vim
@ -17,44 +17,92 @@ call vundle#rc()
|
||||
Bundle "gmarik/vundle"
|
||||
|
||||
" All your bundles here
|
||||
Bundle "Raimondi/delimitMate"
|
||||
Bundle "vim-scripts/AnsiEsc.vim.git"
|
||||
|
||||
" Ruby, Rails, Rake...
|
||||
Bundle "astashov/vim-ruby-debugger"
|
||||
Bundle "ecomba/vim-ruby-refactoring"
|
||||
Bundle "skwp/vim-ruby-conque"
|
||||
Bundle "tpope/vim-rails.git"
|
||||
Bundle "tpope/vim-rake.git"
|
||||
Bundle "tpope/vim-rvm.git"
|
||||
Bundle "vim-ruby/vim-ruby.git"
|
||||
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"
|
||||
Bundle "claco/jasmine.vim"
|
||||
Bundle "digitaltoad/vim-jade.git"
|
||||
Bundle "groenewege/vim-less.git"
|
||||
Bundle "itspriddle/vim-jquery.git"
|
||||
Bundle "jtratner/vim-flavored-markdown.git"
|
||||
Bundle "kchmck/vim-coffee-script"
|
||||
Bundle "kogakure/vim-sparkup.git"
|
||||
Bundle "tomtom/tcomment_vim.git"
|
||||
Bundle "nelstrom/vim-markdown-preview"
|
||||
Bundle "scrooloose/nerdtree.git"
|
||||
Bundle "jistr/vim-nerdtree-tabs.git"
|
||||
Bundle "vim-scripts/AutoTag.git"
|
||||
Bundle "skwp/vim-html-escape"
|
||||
Bundle "slim-template/vim-slim.git"
|
||||
Bundle "timcharper/textile.vim.git"
|
||||
Bundle "tpope/vim-haml"
|
||||
Bundle "wavded/vim-stylus"
|
||||
|
||||
" Git related...
|
||||
Bundle "airblade/vim-gitgutter.git"
|
||||
Bundle "gregsexton/gitv"
|
||||
Bundle "mattn/gist-vim"
|
||||
Bundle "skwp/vim-git-grep-rails-partial"
|
||||
Bundle "tjennings/git-grep-vim"
|
||||
Bundle "tpope/vim-fugitive"
|
||||
Bundle "tpope/vim-git"
|
||||
|
||||
" General text editing improvements...
|
||||
Bundle "AndrewRadev/splitjoin.vim"
|
||||
Bundle "Raimondi/delimitMate"
|
||||
Bundle "Shougo/neocomplcache.git"
|
||||
Bundle "briandoll/change-inside-surroundings.vim.git"
|
||||
Bundle "garbas/vim-snipmate.git"
|
||||
Bundle "godlygeek/tabular"
|
||||
Bundle "nelstrom/vim-visual-star-search"
|
||||
Bundle "skwp/vim-easymotion"
|
||||
Bundle "tomtom/tcomment_vim.git"
|
||||
Bundle "tpope/vim-bundler"
|
||||
Bundle "vim-scripts/IndexedSearch"
|
||||
Bundle "vim-scripts/camelcasemotion.git"
|
||||
Bundle "vim-scripts/matchit.zip.git"
|
||||
|
||||
" General vim improvements
|
||||
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
||||
Bundle "bogado/file-line.git"
|
||||
Bundle "jistr/vim-nerdtree-tabs.git"
|
||||
Bundle "kien/ctrlp.vim"
|
||||
Bundle "majutsushi/tagbar.git"
|
||||
Bundle "mattn/webapi-vim.git"
|
||||
Bundle "rking/ag.vim"
|
||||
Bundle "scrooloose/nerdtree.git"
|
||||
Bundle "scrooloose/syntastic.git"
|
||||
Bundle "sjbach/lusty.git"
|
||||
Bundle "tjennings/git-grep-vim"
|
||||
Bundle "sjl/gundo.vim"
|
||||
Bundle "skwp/YankRing.vim"
|
||||
Bundle "skwp/greplace.vim"
|
||||
Bundle "skwp/vim-conque"
|
||||
Bundle "tomtom/tlib_vim.git"
|
||||
Bundle "tpope/vim-abolish"
|
||||
Bundle "tpope/vim-endwise.git"
|
||||
Bundle "tpope/vim-ragtag"
|
||||
Bundle "tpope/vim-repeat.git"
|
||||
Bundle "tpope/vim-surround.git"
|
||||
Bundle "tpope/vim-rails.git"
|
||||
Bundle "vim-ruby/vim-ruby.git"
|
||||
Bundle "ecomba/vim-ruby-refactoring"
|
||||
Bundle "vim-scripts/matchit.zip.git"
|
||||
Bundle "tpope/vim-endwise.git"
|
||||
Bundle "skwp/vim-html-escape"
|
||||
Bundle "Shougo/neocomplcache.git"
|
||||
Bundle "skwp/vim-colors-solarized"
|
||||
Bundle "tpope/vim-fugitive"
|
||||
Bundle "skwp/vim-git-grep-rails-partial"
|
||||
Bundle "tpope/vim-unimpaired"
|
||||
Bundle "tpope/vim-git"
|
||||
Bundle "vim-scripts/AnsiEsc.vim.git"
|
||||
Bundle "vim-scripts/AutoTag.git"
|
||||
Bundle "vim-scripts/lastpos.vim"
|
||||
Bundle "sjl/gundo.vim"
|
||||
Bundle "vim-scripts/sudo.vim"
|
||||
Bundle "rking/ag.vim"
|
||||
Bundle "austintaylor/vim-indentobject"
|
||||
Bundle "mattn/gist-vim"
|
||||
Bundle "godlygeek/tabular"
|
||||
Bundle "AndrewRadev/splitjoin.vim"
|
||||
Bundle "xsunsmile/showmarks.git"
|
||||
|
||||
" Text objects
|
||||
Bundle "austintaylor/vim-indentobject"
|
||||
Bundle "bootleq/vim-textobj-rubysymbol"
|
||||
Bundle "coderifous/textobj-word-column.vim"
|
||||
Bundle "kana/vim-textobj-datetime"
|
||||
@ -67,47 +115,11 @@ Bundle "nelstrom/vim-textobj-rubyblock"
|
||||
Bundle "thinca/vim-textobj-function-javascript"
|
||||
Bundle "vim-scripts/argtextobj.vim"
|
||||
|
||||
Bundle "tpope/vim-haml"
|
||||
Bundle "claco/jasmine.vim"
|
||||
Bundle "kchmck/vim-coffee-script"
|
||||
Bundle "wavded/vim-stylus"
|
||||
Bundle "vim-scripts/Vim-R-plugin"
|
||||
Bundle "kien/ctrlp.vim"
|
||||
Bundle "majutsushi/tagbar.git"
|
||||
" Cosmetics, color scheme, Powerline...
|
||||
Bundle "chrisbra/color_highlight.git"
|
||||
Bundle "vim-scripts/camelcasemotion.git"
|
||||
Bundle "garbas/vim-snipmate.git"
|
||||
Bundle "MarcWeber/vim-addon-mw-utils.git"
|
||||
Bundle "tomtom/tlib_vim.git"
|
||||
Bundle "honza/vim-snippets.git"
|
||||
Bundle "skwp/vim-conque"
|
||||
Bundle "gregsexton/gitv"
|
||||
Bundle "briandoll/change-inside-surroundings.vim.git"
|
||||
Bundle "timcharper/textile.vim.git"
|
||||
Bundle "vim-scripts/Specky.git"
|
||||
Bundle "tpope/vim-bundler"
|
||||
Bundle "tpope/vim-rake.git"
|
||||
Bundle "skwp/vim-easymotion"
|
||||
Bundle "groenewege/vim-less.git"
|
||||
Bundle "mattn/webapi-vim.git"
|
||||
Bundle "astashov/vim-ruby-debugger"
|
||||
Bundle "aaronjensen/vim-sass-status.git"
|
||||
Bundle "skwp/vim-colors-solarized"
|
||||
Bundle "skwp/vim-powerline.git"
|
||||
Bundle "briancollins/vim-jst"
|
||||
Bundle "pangloss/vim-javascript"
|
||||
Bundle "skwp/YankRing.vim"
|
||||
Bundle "tpope/vim-abolish"
|
||||
Bundle "jtratner/vim-flavored-markdown.git"
|
||||
Bundle "xsunsmile/showmarks.git"
|
||||
Bundle "digitaltoad/vim-jade.git"
|
||||
Bundle "tpope/vim-ragtag"
|
||||
Bundle "vim-scripts/TagHighlight.git"
|
||||
Bundle "itspriddle/vim-jquery.git"
|
||||
Bundle "slim-template/vim-slim.git"
|
||||
Bundle "airblade/vim-gitgutter.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