Use Vim's pythonx mechanism

Move jedi_vim.py and the jedi submodule into pythonx, which gets added
to Vim's internal sys.path.  While jedi cannot be imported directly from
there, it still makes sense for consistency.
This commit is contained in:
Daniel Hahler
2017-08-08 04:40:45 +02:00
committed by Dave Halter
parent cfadac7f22
commit 163a0b5db1
4 changed files with 20 additions and 24 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "jedi"]
path = jedi
path = pythonx/jedi
url = https://github.com/davidhalter/jedi.git