-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
31 lines (31 loc) · 1.13 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
[submodule ".vim/bundle/py2stdlib"]
path = .vim/bundle/py2stdlib
url = https://github.com/vim-scripts/Python-2.x-Standard-Library-Reference.git
branch = master
[submodule ".vim/bundle/py3stdlib"]
path = .vim/bundle/py3stdlib
url = https://github.com/vim-scripts/Python-3.x-Standard-Library-Reference.git
branch = master
[submodule ".vim/bundle/vim-numbertoggle"]
path = .vim/bundle/vim-numbertoggle
url = https://github.com/jeffkreeftmeijer/vim-numbertoggle
branch = master
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
branch = master
[submodule ".vim/bundle/detectindent"]
path = .vim/bundle/detectindent
url = https://github.com/ciaranm/detectindent
branch = master
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
branch = master
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = https://github.com/klen/python-mode.git
branch = master
[submodule ".vim/bundle/vim-jade"]
path = .vim/bundle/vim-jade
url = [email protected]:digitaltoad/vim-jade.git