if you get a
E492: Not an editor command: Python << PYTHONEOF
or a
import jedi ImportError: No module named jedi
go into your /jedi-vim folder and run git submodule update --init
also add
if has('python') command! -nargs=1 Python python <args> else command! -nargs=1 Python python3 <args> end
to jedi-vim/autoload/jedi.vim
Copyright © 2021 Jogjafile Inc.
go into your /jedi-vim folder and run git submodule update --init
also add
to jedi-vim/autoload/jedi.vim