-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
120 lines (120 loc) · 4.17 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/bclose"]
path = bundle/bclose
url = https://github.com/cespare/vim-bclose.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/corntrace/bufexplorer.git
[submodule "bundle/scala"]
path = bundle/scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/zoomwin"]
path = bundle/zoomwin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/io"]
path = bundle/io
url = https://github.com/xhr/vim-io.git
[submodule "bundle/nyancat"]
path = bundle/nyancat
url = https://github.com/koron/nyancat-vim.git
[submodule "bundle/splitjoin"]
path = bundle/splitjoin
url = https://github.com/AndrewRadev/splitjoin.vim.git
[submodule "bundle/instant_md"]
path = bundle/instant_md
url = https://github.com/suan/vim-instant-markdown.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/indent_object"]
path = bundle/indent_object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule "bundle/json"]
path = bundle/json
url = https://github.com/leshill/vim-json.git
[submodule "bundle/colorschemes"]
path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "bundle/color_scheme_explorer"]
path = bundle/color_scheme_explorer
url = https://github.com/vim-scripts/Color-Scheme-Explorer.git
[submodule "bundle/solarized-colors"]
path = bundle/solarized-colors
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "bundle/gitv"]
path = bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule "bundle/vimpdb"]
path = bundle/vimpdb
url = https://github.com/gotcha/vimpdb.git
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/jsbeautify"]
path = bundle/jsbeautify
url = https://github.com/vim-scripts/vim-jsbeautify.git
[submodule "bundle/vim-markdown-preview"]
path = bundle/vim-markdown-preview
url = https://github.com/nelstrom/vim-markdown-preview.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/localvimrc"]
path = bundle/localvimrc
url = git://github.com/embear/vim-localvimrc.git
[submodule "bundle/multichange"]
path = bundle/multichange
url = git://github.com/AndrewRadev/multichange.vim.git
[submodule "bundle/html5"]
path = bundle/html5
url = git://github.com/othree/html5.vim.git
[submodule "bundle/afterimage"]
path = bundle/afterimage
url = git://github.com/tpope/vim-afterimage.git
[submodule "bundle/golang"]
path = bundle/golang
url = git://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/zencoding"]
path = bundle/zencoding
url = git://github.com/mattn/zencoding-vim.git
[submodule "bundle/perl"]
path = bundle/perl
url = git://github.com/vim-perl/vim-perl.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/visual-star-search"]
path = bundle/visual-star-search
url = git://github.com/bronson/vim-visual-star-search.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = git://github.com/Lokaltog/powerline.git
[submodule "bundle/instant-markdown"]
path = bundle/instant-markdown
url = git://github.com/suan/vim-instant-markdown.git