Created
August 24, 2012 19:25
-
-
Save nowk/3454723 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: | |
" | |
" themes | |
Bundle 'railscasts' | |
Bundle 'molokai' | |
Bundle 'tpope/vim-vividchalk' | |
Bundle 'nowk/vim-flog' | |
" 'fousa/vim-flog' fork | |
" Bundle 'mbadran/headlights' | |
" Snippets | |
Bundle 'msanders/snipmate.vim' | |
" Bundle 'scrooloose/snipmate-snippets' " some issues with this one | |
Bundle 'nowk/vim-snipmate-ruby-snippets' | |
" | |
Bundle 'adamlowe/vim-slurper' | |
Bundle 'duff/vim-bufonly' | |
Bundle 'godlygeek/tabular' | |
Bundle 'mileszs/ack.vim' | |
Bundle 'pangloss/vim-javascript' | |
Bundle 'scrooloose/nerdcommenter' | |
Bundle 'therubymug/vim-pyte' | |
Bundle 'tpope/vim-abolish' | |
Bundle 'leshill/vim-json' | |
Bundle 'tpope/vim-cucumber' | |
Bundle 'tpope/vim-endwise' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'tpope/vim-git' | |
Bundle 'tpope/vim-haml' | |
Bundle 'tpope/vim-markdown' | |
Bundle 'tpope/vim-rake' | |
Bundle 'tpope/vim-ragtag' | |
Bundle 'tpope/vim-rails' | |
Bundle 'tpope/vim-repeat' | |
Bundle 'tpope/vim-speeddating' | |
Bundle 'tpope/vim-surround' | |
Bundle 'tpope/vim-unimpaired' | |
Bundle 'tpope/vim-commentary' | |
Bundle 'tpope/vim-bundler' | |
Bundle 'tpope/vim-liquid' | |
Bundle 'tpope/vim-rvm' | |
Bundle 'vim-ruby/vim-ruby' | |
Bundle 'wgibbs/vim-irblack' | |
Bundle 'csexton/rvm.vim' | |
Bundle 'nowk/vim-rubytest' | |
Bundle 'vim-scripts/bufkill.vim' | |
Bundle 'vim-scripts/Gist.vim' | |
Bundle 'airblade/vim-rooter' | |
Bundle 'hallison/vim-ruby-sinatra' | |
Bundle 'mattn/zencoding-vim' | |
Bundle 'Raimondi/delimitMate' | |
Bundle 'henrik/vim-markdown-preview' | |
" Bundle 'greyblake/vim-preview' " having issues with RVM | |
Bundle 'scrooloose/nerdtree' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'tomtom/spec_vim' | |
Bundle 'clones/vim-l9' | |
Bundle 'vim-scripts/FuzzyFinder' | |
Bundle 'sethbc/fuzzyfinder_textmate' | |
Bundle 'vim-scripts/rubycomplete.vim' | |
Bundle 'ervandew/supertab' | |
Bundle 'kchmck/vim-coffee-script.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment