-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvundlerc
More file actions
34 lines (31 loc) · 809 Bytes
/
vundlerc
File metadata and controls
34 lines (31 loc) · 809 Bytes
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
" vim: ft=vim
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'sukima/xmledit'
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'sjl/gundo.vim'
Bundle 'chrisbra/histwin.vim'
Bundle 'pbrisbin/html-template-syntax'
Bundle 'pangloss/vim-javascript'
Bundle 'thinca/vim-localrc'
Bundle 'sjbach/lusty'
Bundle 'Shougo/neocomplcache'
Bundle 'scrooloose/nerdtree'
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
Bundle 'garbas/vim-snipmate'
Bundle 'honza/vim-snippets'
Bundle 'tpope/vim-surround'
Bundle 'kchmck/vim-coffee-script'
Bundle 'kablamo/VimDebug'
Bundle 'jimenezrick/vimerl'
Bundle 'tomtom/tcomment_vim'
Bundle 'scrooloose/syntastic'
Bundle 'dbext.vim'
Bundle 'po.vim'
Bundle 'sessionman.vim'
Bundle 'slimv.vim'
Bundle 'Vimchant'
Bundle 'VimClojure'