forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
53 lines (53 loc) · 1.95 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
[submodule "third_party/OmniSharpServer"]
path = third_party/OmniSharpServer
url = [email protected]:nosami/OmniSharpServer
[submodule "third_party/bottle"]
path = third_party/bottle
url = [email protected]:defnull/bottle
[submodule "third_party/frozendict"]
path = third_party/frozendict
url = [email protected]:slezica/python-frozendict
[submodule "third_party/waitress"]
path = third_party/waitress
url = [email protected]:Pylons/waitress
[submodule "third_party/requests"]
path = third_party/requests_deps/requests
url = [email protected]:requests/requests
[submodule "third_party/go/src/github.com/mdempsky/gocode"]
path = third_party/go/src/github.com/mdempsky/gocode
url = [email protected]:mdempsky/gocode
ignore = dirty
[submodule "third_party/go/src/github.com/rogpeppe/godef"]
path = third_party/go/src/github.com/rogpeppe/godef
url = [email protected]:rogpeppe/godef
ignore = dirty
[submodule "third_party/jedi"]
path = third_party/jedi_deps/jedi
url = [email protected]:davidhalter/jedi
[submodule "third_party/jedi_deps/numpydoc"]
path = third_party/jedi_deps/numpydoc
url = [email protected]:numpy/numpydoc
[submodule "third_party/parso"]
path = third_party/jedi_deps/parso
url = [email protected]:davidhalter/parso
[submodule "third_party/racerd"]
path = third_party/racerd
url = [email protected]:jwilm/racerd
[submodule "third_party/python-future"]
path = third_party/python-future
url = [email protected]:PythonCharmers/python-future
[submodule "third_party/cregex"]
path = third_party/cregex
url = [email protected]:micbou/regex.git
[submodule "third_party/urllib3"]
path = third_party/requests_deps/urllib3
url = [email protected]:urllib3/urllib3
[submodule "third_party/chardet"]
path = third_party/requests_deps/chardet
url = [email protected]:chardet/chardet
[submodule "third_party/certifi"]
path = third_party/requests_deps/certifi
url = [email protected]:certifi/python-certifi
[submodule "third_party/idna"]
path = third_party/requests_deps/idna
url = [email protected]:kjd/idna