Skip to content

Instantly share code, notes, and snippets.

@iamdustan
Created April 16, 2015 21:26
Show Gist options
  • Save iamdustan/80752e21f8dc6d321a4a to your computer and use it in GitHub Desktop.
Save iamdustan/80752e21f8dc6d321a4a to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Let Vundle manage Vundle
Bundle 'gmarik/vundle'
" Define bundles via Github repos
Bundle 'christoomey/vim-run-interactive'
Bundle 'danro/rename.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'kien/ctrlp.vim'
Bundle 'pbrisbin/vim-mkdir'
Bundle 'scrooloose/syntastic'
Bundle 'slim-template/vim-slim'
Bundle 'thoughtbot/vim-rspec'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-surround'
Bundle 'vim-ruby/vim-ruby'
Bundle 'vim-scripts/ctags.vim'
Bundle 'vim-scripts/matchit.zip'
Bundle 'vim-scripts/tComment'
if filereadable(expand("~/.vimrc.bundles.local"))
source ~/.vimrc.bundles.local
endif
filetype on
Bundle 'mattn/webapi-vim'
Bundle 'mattn/gist-vim'
Bundle 'ervandew/supertab'
Bundle 'altercation/vim-colors-solarized'
Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-unimpaired'
Bundle 'Lokaltog/vim-powerline'
Bundle 'stephenmckinney/vim-solarized-powerline'
Bundle 'sjl/gundo.vim'
Bundle 'vim-scripts/vimwiki'
Bundle 'ap/vim-css-color'
Bundle 'tpope/vim-dispatch'
Bundle 'tpope/vim-git'
Bundle 'edsono/vim-matchit'
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/nerdtree'
Bundle 'majutsushi/tagbar'
Bundle 'editorconfig/editorconfig-vim'
" Clojure
Bundle 'guns/vim-clojure-static'
Bundle 'kien/rainbow_parentheses.vim'
" Bundle 'tpope/vim-fireplace'
" Bundle 'tpope/vim-classpath'
" Bundle 'tpope/vim-leiningen'
" JavaScript stuff
Bundle 'mxw/vim-jsx'
" Bundle 'jelera/vim-javascript-syntax'
Bundle 'pangloss/vim-javascript'
Bundle 'mmalecki/vim-node.js'
Bundle 'Shutnik/jshint2.vim'
" Languages
Bundle 'digitaltoad/vim-jade'
Bundle 'tpope/vim-markdown'
Bundle 'wavded/vim-stylus'
Bundle 'wting/rust.vim'
Bundle 'cespare/vim-toml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment