if you get a
E492: Not an editor command: Python << PYTHONEOF
or a
import jedi
ImportError: No module named jedi
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