forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 945 Bytes
/
.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
[submodule "third_party/bottle"]
path = third_party/bottle
url = https://github.com/defnull/bottle
[submodule "third_party/waitress"]
path = third_party/waitress
url = https://github.com/Pylons/waitress
[submodule "third_party/jedi"]
path = third_party/jedi_deps/jedi
url = https://github.com/davidhalter/jedi
[submodule "third_party/jedi_deps/numpydoc"]
path = third_party/jedi_deps/numpydoc
url = https://github.com/numpy/numpydoc
[submodule "third_party/parso"]
path = third_party/jedi_deps/parso
url = https://github.com/davidhalter/parso
[submodule "third_party/watchdog_deps/pathtools"]
path = third_party/watchdog_deps/pathtools
url = https://github.com/gorakhargosh/pathtools
[submodule "third_party/watchdog"]
path = third_party/watchdog_deps/watchdog
url = https://github.com/gorakhargosh/watchdog
[submodule "third_party/mrab-regex"]
path = third_party/mrab-regex
url = https://bitbucket.org/mrabarnett/mrab-regex.git