Created
October 22, 2016 17:08
-
-
Save milushov/085412771e22847af8b7d3d7ca9fa6b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundle 'gmarik/vundle' | |
Bundle 'scrooloose/nerdtree' | |
"Bundle 'tpope/vim-commentary' | |
"Bundle 'scrooloose/nerdcommenter' | |
Bundle 'kien/ctrlp.vim' | |
Bundle 'tommcdo/vim-exchange' | |
Bundle 'tpope/vim-unimpaired' | |
Bundle 'AndrewRadev/switch.vim' | |
Bundle 'Raimondi/delimitMate' | |
Bundle 'nelstrom/vim-textobj-rubyblock' | |
Bundle 'apidock.vim' | |
"Bundle 'AutoComplPop' make vim sooo slow | |
"Bundle 'taglist.vim' | |
"Bundle 'YankRing.vim' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'msanders/snipmate.vim' | |
Bundle 'tpope/vim-surround' | |
Bundle 'tsaleh/vim-align' | |
Bundle 'mileszs/ack.vim' | |
Bundle 'austintaylor/vim-indentobject' | |
"Bundle 'greplace.vim' | |
Bundle 'Lokaltog/vim-powerline' | |
"Bundle 'sjl/splice.vim' | |
"Bundle 'nathanaelkane/vim-indent-guides' | |
"Bundle 'Yggdroot/indentLine' | |
Bundle 'tpope/vim-endwise' | |
"Bundle 'utl.vim' | |
"Bundle 'hsitz/VimOrganizer' | |
"Bundle 'sjl/gundo.vim' | |
" Ruby/Rails | |
Bundle 'tpope/vim-rails' | |
"Bundle 'tpope/vim-bundler' | |
"Bundle 'tpope/vim-rake' | |
"Bundle 'ecomba/vim-ruby-refactoring' | |
" color themes | |
"Bundle 'altercation/vim-colors-solarized' | |
"Bundle 'tpope/vim-vividchalk' | |
" syntax support | |
Bundle 'vim-ruby/vim-ruby' | |
"Bundle 'tsaleh/vim-tmux' | |
"Bundle 'Puppet-Syntax-Highlighting' | |
"Bundle 'JSON.vim' | |
"Bundle 'elzr/vim-json' | |
"Bundle 'tpope/vim-cucumber' | |
Bundle 'tpope/vim-haml' | |
"Bundle 'godlygeek/tabular' | |
"Bundle 'tpope/vim-markdown' | |
"Bundle 'kchmck/vim-coffee-script' | |
Bundle 'vitaly/vim-syntastic-coffee' | |
Bundle 'wavded/vim-stylus' | |
Bundle 'vim-scripts/jade.vim' | |
"Bundle 'VimClojure' | |
"Bundle 'slim-template/vim-slim' | |
"Bundle 'groenewege/vim-less' | |
" Support and minor | |
Bundle 'kana/vim-textobj-user' | |
Bundle 'tpope/vim-repeat' | |
"add to existing wildignore instead of overwriting it | |
"Bundle 'taasaa/vim-gitignore' | |
Bundle 'scrooloose/vim-space' | |
Bundle 'mattn/gist-vim' | |
"gist dependency | |
Bundle 'mattn/webapi-vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment