forked from cbracken/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
34 lines (34 loc) · 1.2 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
[submodule "third_party/OmniSharpServer"]
path = third_party/OmniSharpServer
url = https://github.com/nosami/OmniSharpServer
[submodule "third_party/argparse"]
path = third_party/argparse
url = https://github.com/bewest/argparse
[submodule "third_party/bottle"]
path = third_party/bottle
url = https://github.com/defnull/bottle
[submodule "third_party/frozendict"]
path = third_party/frozendict
url = https://github.com/slezica/python-frozendict
[submodule "third_party/waitress"]
path = third_party/waitress
url = https://github.com/Pylons/waitress
[submodule "third_party/requests"]
path = third_party/requests
url = https://github.com/kennethreitz/requests
[submodule "third_party/gocode"]
path = third_party/gocode
url = https://github.com/nsf/gocode.git
[submodule "third_party/JediHTTP"]
path = third_party/JediHTTP
url = https://github.com/vheon/JediHTTP
[submodule "third_party/racerd"]
path = third_party/racerd
url = https://github.com/jwilm/racerd
[submodule "third_party/godef"]
path = third_party/godef
url = https://github.com/Manishearth/godef.git
ignore = dirty
[submodule "third_party/python-future"]
path = third_party/python-future
url = https://github.com/PythonCharmers/python-future