1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/vimrc.bundles.local
Dan Barber edbff6109e Initial commit
This should be reasonably close to my original forked thoughtbot
dotfiles configuration. I'm sure there will be some tweaks required!
2015-11-25 18:06:42 +00:00

32 lines
708 B
Plaintext

" Interface
Plug 'scrooloose/nerdtree'
Plug 'bling/vim-airline'
" Language additions
Plug 'vim-ruby/vim-ruby'
Plug 'tpope/vim-haml'
Plug 'pangloss/vim-javascript'
Plug 'itspriddle/vim-jquery'
Plug 'leshill/vim-json'
Plug 'scrooloose/nerdcommenter'
Plug 'mattn/emmet-vim'
Plug 'briancollins/vim-jst'
Plug 'juvenn/mustache.vim'
Plug 'othree/html5.vim'
Plug 'tpope/vim-rbenv'
Plug 'junegunn/goyo.vim'
Plug 'reedes/vim-pencil'
" Todo
Plug 'davidoc/taskpaper.vim'
" Colors
Plug 'altercation/vim-colors-solarized'
Plug 'vim-scripts/wombat256.vim'
Plug 'mrtazz/molokai.vim'
Plug 'chriskempson/tomorrow-theme', {'rtp': 'vim/'}
Plug 'shelling/railscasts.vim'
Plug 'nanotech/jellybeans.vim'
Plug 'morhetz/gruvbox'