Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果你得到一个
E492: Not an editor command: Python << PYTHONEOF
或一个
import jedi ImportError: No module named jedi
进入你的 /jedi-vim 文件夹并运行 git submodule update --init
还添加
if has('python') command! -nargs=1 Python python <args> else command! -nargs=1 Python python3 <args> end
到 jedi-vim/autoload/jedi.vim