I use Vim as the main editor / IDE for all my Django projects. Using YouCompleteMe, syntax and several other plugins. The experience is fantastic.
I decided to start all new projects with python3 when the world moves to Py3K. But vim does not play correctly with both versions of python.
I compiled with both versions of python.
vim --version | grep python +cryptv +linebreak +python/dyn +viminfo +cscope +lispindent +python3/dyn +vreplace
YouCompleteMe does not yet support python3. jedi-vim works with both versions, but I do not just understand this.
Usually without any plugins I can call any py / py3 command. But turning on jedi-vim automatically calls the python2 system.
I am using Vundle as a vim plugin manager.
If you please share your vimrc / other configurations / workarounds in order to use vim to develop python3 (or both versions), which is very useful for me.
Thanks.
source share