-
Notifications
You must be signed in to change notification settings - Fork 27
/
vundle.vim
42 lines (38 loc) · 1.05 KB
/
vundle.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
set runtimepath+=~/.vim/bundle/vundle/
call vundle#rc()
" Bundles:
Bundle "gmarik/vundle"
" Unite and vimproc (for async)
Bundle "Shougo/unite.vim"
Bundle "Shougo/vimproc.vim"
" Unite addons
Bundle "Shougo/unite-outline"
Bundle "osyo-manga/unite-quickfix"
Bundle "tsukkee/unite-tag"
Bundle "airblade/vim-gitgutter"
Bundle "bling/vim-airline"
Bundle "cakebaker/scss-syntax.vim"
Bundle "chriskempson/base16-vim"
Bundle "jnwhiteh/vim-golang"
Bundle "kchmck/vim-coffee-script"
Bundle "pangloss/vim-javascript"
Bundle "rking/ag.vim"
Bundle "sjl/gundo.vim"
Bundle "tpope/vim-bundler"
Bundle "tpope/vim-commentary"
Bundle "tpope/vim-dispatch"
Bundle "tpope/vim-endwise"
Bundle "tpope/vim-fugitive"
Bundle "tpope/vim-git"
Bundle "tpope/vim-markdown"
Bundle "tpope/vim-rails"
Bundle "tpope/vim-rake"
Bundle "tpope/vim-surround"
Bundle "tpope/vim-vinegar"
Bundle "vim-ruby/vim-ruby"
Bundle "Shougo/neocomplcache.vim"
Bundle "christoomey/vim-tmux-navigator"
Bundle "vadimr/bclose.vim"
Bundle "noahfrederick/vim-hemisu"
Bundle "ck3g/vim-change-hash-syntax"
Bundle "ngmy/vim-rubocop"