YouCompleteMe/.gitmodules
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

4 lines
129 B
Plaintext

[submodule "python/completers/python/jedi"]
path = python/completers/python/jedi
url = https://github.com/davidhalter/jedi.git