Being a staunch VIM advocate, and R user, I've grown to really enjoy the vim-tmux interplay in Vim-R-plugin. I've been having trouble finding a python version of this. Do none exist?
I've noted a similar question which shows Rstudio equivalents for Python, but I'm looking for something like this, that lives in vim....
Edit: In particular, I'm looking for something that
- has syntax highlighting
- has code completion
- will allow me to send code from a vim tab to a python REPL
Bonus points if:
- it has an object browser (something to inspect my session's variables)
- opens documentation in a vim tab