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 へ