Last active
August 29, 2015 14:02
-
-
Save eka/388309a05f4c4b7df92a 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
" My bundles here: | |
" | |
" original repos on GitHub | |
" Bundle 'mileszs/ack.vim' | |
Bundle 'rking/ag.vim' | |
Bundle 'kien/ctrlp.vim' | |
Bundle 'mattn/gist-vim' | |
" Bundle 'Lokaltog/powerline' | |
" Bundle 'Lokaltog/powerline', {'rtp':'powerline/bindings/vim'} | |
Bundle 'ervandew/supertab' | |
Bundle 'tomtom/tcomment_vim' | |
Bundle 'tomtom/tlib_vim' | |
Bundle 'MarcWeber/vim-addon-mw-utils' | |
Bundle 'corntrace/bufexplorer' | |
" Bundle 'kchmck/vim-coffee-script' | |
Bundle 'altercation/vim-colors-solarized' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'tpope/vim-git' | |
" Bundle 'tpope/vim-ragtag' | |
Bundle 'tpope/vim-repeat' | |
" Bundle 'tpope/vim-surround' | |
Bundle 'vim-ruby/vim-ruby' | |
Bundle 'garbas/vim-snipmate' | |
" Bundle 'MarcWeber/ultisnips' | |
Bundle 'honza/vim-snippets' | |
Bundle 'chriskempson/vim-tomorrow-theme' | |
Bundle 'mattn/webapi-vim' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'hail2u/vim-css3-syntax' | |
Bundle 'othree/html5-syntax.vim' | |
" Bundle 'tpope/vim-markdown' | |
Bundle 'jelera/vim-javascript-syntax' | |
Bundle 'tpope/vim-haml' | |
Bundle 'jQuery' | |
" Bundle 'majutsushi/tagbar' | |
Bundle 'elixir-lang/vim-elixir' | |
Bundle 'ciaranm/inkpot' | |
Bundle 'bling/vim-airline' | |
Bundle 'paranoida/vim-airlineish' | |
Bundle 'flazz/vim-colorschemes' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment