forked from VimPlug/jedi-vim
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:
committed by
Dave Halter
parent
cfadac7f22
commit
163a0b5db1
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "jedi"]
|
||||
path = jedi
|
||||
path = pythonx/jedi
|
||||
url = https://github.com/davidhalter/jedi.git
|
||||
|
||||
Reference in New Issue
Block a user