vim-virtualenv
vim-virtualenv copied to clipboard
[feature] support pyenv?
It looks only support venv by detect $VIRTUAL_ENV. Can it support pyenv which use $PYENV_VERSION? Thanks!
I'm assuming you mean that if PYENV_VERSION is set, this plugin should instead use the python version that pyenv associates with that version spec?
I haven't researched what would be involved in overriding the python interpreter used by vim/nvim, but it sounds like it might be better suited for its own plugin. I'll look into it further.