-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
60 lines (60 loc) · 2.38 KB
/
.gitmodules
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
57
58
59
60
[submodule ".vim/bundle/vim-colors-jellybeans"]
path = .vim/bundle/vim-colors-jellybeans
url = git://github.com/nanotech/jellybeans.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule ".vim/bundle/buftabs"]
path = .vim/bundle/buftabs
url = git://github.com/vim-scripts/buftabs.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule ".vim/bundle/phpcomplete"]
path = .vim/bundle/phpcomplete
url = git://github.com/shawncplus/phpcomplete.vim.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/bundle/vim-session"]
path = .vim/bundle/vim-session
url = git://github.com/xolox/vim-session.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-autoclose"]
path = .vim/bundle/vim-autoclose
url = git://github.com/Townk/vim-autoclose.git
[submodule ".vim/bundle/rainbow_parentheses"]
path = .vim/bundle/rainbow_parentheses
url = git://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vimrepress"]
path = .vim/bundle/vimrepress
url = git://github.com/vim-scripts/VimRepress.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git