Commit Graph

21 Commits

Author SHA1 Message Date
micbou
34b010753b
Update requests URL 2018-12-30 17:13:14 +01:00
Boris Staletic
5c12f5e357 Separate YCM/ycmd submodules 2018-12-11 00:42:39 +01:00
micbou
31cbb3b6aa Remove requests submodule
Since the requests module is already provided by ycmd, we don't need
to add it a second time in YCM.
2015-11-17 00:13:44 +01:00
Strahinja Val Markovic
56ee914b2e Using https over git protocol for ycmd submodule 2014-05-15 15:57:15 -07:00
Strahinja Val Markovic
a563e33ccd ycmd now as submodule 2014-05-15 15:41:16 -07:00
Strahinja Val Markovic
d3beb3488d removed ycmd submodules 2014-05-15 15:38:59 -07:00
Strahinja Val Markovic
6defe8ccd4 Moving ycmd deps to ycmd/third_party 2014-05-13 17:13:48 -07:00
Strahinja Val Markovic
ea8ef9c34a Moved OmniSharpServer to third_party folder 2014-05-12 16:14:29 -07:00
Strahinja Val Markovic
8856af0970 Adding argparse to third_party (for Python 2.6)
argparse is in the Python stdlib for Python 2.7+, but not 2.6 which we try to
support.
2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
da723b1425 Moving Jedi under third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
5902a5e521 frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
6e0f3247e1 Adding Bottle to third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
d7904a7eb1 Adding the Waitress webserver to third_party 2013-10-07 11:03:29 -07:00
Strahinja Val Markovic
e08dd4ab33 Adding Requests as submodule to third_party 2013-10-07 11:03:28 -07:00
Strahinja Val Markovic
a2657f5af8 Adding requests-futures subrepo to third_party 2013-10-07 11:03:28 -07:00
Chiel92
dd44aaf3f6 submodule changed from my fork to nosami's 2013-07-10 11:15:46 +02:00
Chiel92
6ec038870b ServerIsRunning fixed and variable defaults set 2013-07-08 11:22:17 +02:00
Chiel92
37eb1b7521 added omnisharp server as submodule 2013-06-26 11:51:52 +02:00
Strahinja Val Markovic
087cadcfaf Adding back the Jedi submodule 2013-05-19 19:47:34 -07:00
Strahinja Val Markovic
acb9099bb9 Removing jedi submodule 2013-05-19 19:37:43 -07:00
Stephen Sugden
da46be7044 Add jedi-based completion.
This first version only uses the Jedi completion engine after a ".", similar to
how the ClangCompleter works. It is also entirely synchronous and blocks for
quite a while the first time it is called.
2013-03-23 16:21:49 -07:00