forked from gialib/vimfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvundlerc
56 lines (45 loc) · 1.26 KB
/
vundlerc
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
" let Vundle manage Vundle
" required vundles
Bundle 'gmarik/vundle'
" Bundle 'blogsoso/taskpaper.vim'
" Bundle 'airblade/vim-gitgutter'
Bundle 'pangloss/vim-javascript'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/nerdcommenter'
Bundle 'nelstrom/vim-blackboard'
Bundle 'taglist.vim'
Bundle 'corntrace/bufexplorer'
Bundle 'Command-T'
Bundle 'tpope/vim-fugitive'
Bundle 'juvenn/mustache.vim'
Bundle 'mileszs/ack.vim'
Bundle 'ervandew/supertab'
Bundle 'msanders/snipmate.vim'
Bundle 'Lokaltog/vim-powerline'
" Bundle 'vim-ruby/vim-ruby'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-vividchalk'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-rake'
Bundle 'scrooloose/syntastic'
Bundle 'kien/ctrlp.vim'
Bundle 'altercation/vim-colors-solarized'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'godlygeek/tabular'
Bundle 'majutsushi/tagbar'
Bundle 'greyblake/vim-preview'
Bundle 'jpo/vim-railscasts-theme'
Bundle 'othree/html5.vim'
Bundle 'hail2u/vim-css3-syntax'
Bundle 'edsono/vim-matchit'
Bundle 'kchmck/vim-coffee-script'
Bundle 'moll/vim-node'
Bundle 'vim-scripts/grep.vim'
Bundle 'fatih/vim-go'
Bundle 'elixir-lang/vim-elixir'
Bundle 'tpope/vim-haml'
Bundle 'nikvdp/ejs-syntax'