YouCompleteMe/.gitmodules

25 lines
1001 B
Plaintext
Raw Normal View History

2013-10-04 16:49:10 -04:00
[submodule "third_party/jedi"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/jedi
2013-10-04 16:49:10 -04:00
url = https://github.com/davidhalter/jedi
[submodule "third_party/OmniSharpServer"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/OmniSharpServer
url = https://github.com/nosami/OmniSharpServer
[submodule "third_party/requests-futures"]
path = third_party/requests-futures
url = https://github.com/ross/requests-futures
[submodule "third_party/requests"]
path = third_party/requests
url = https://github.com/kennethreitz/requests
[submodule "third_party/waitress"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/waitress
url = https://github.com/Pylons/waitress
2013-10-04 15:48:03 -04:00
[submodule "third_party/bottle"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/bottle
2013-10-04 15:48:03 -04:00
url = https://github.com/defnull/bottle
[submodule "third_party/frozendict"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/frozendict
url = https://github.com/slezica/python-frozendict
[submodule "third_party/argparse"]
2014-05-13 20:13:48 -04:00
path = third_party/ycmd/third_party/argparse
url = https://github.com/bewest/argparse