vim-pyenv allows you to activate and deactivate the pyenv Python correctly in a live Vim session. pyenv is a simple Python version management system and users can change the Python versions in a simple way. However, if you use pyenv to switch the Python version or virtualenv, the omni-completion would not work correctly. This is because Vim refers to the system Python and does not know anything ab

