It would be amazing if this plugin could support pipenv/poetry!
I skimmed through the repo and I think the relevant code is this part
Perhaps this code could check if pyproject.toml or Pipfile exists and then run poetry run python <cmd>/pipenv run python <cmd> instead of python <cmd>?
EDIT: For the record, I found this repo through google/vim-coverage. When running :CoverageShow coverage.py import coverage can't be found since it loads this script through this invocation led me that this should be a feature to this repo and not the google/vim-coverage.
It would be amazing if this plugin could support pipenv/poetry!
I skimmed through the repo and I think the relevant code is this part
Perhaps this code could check if
pyproject.tomlorPipfileexists and then runpoetry run python <cmd>/pipenv run python <cmd>instead ofpython <cmd>?EDIT: For the record, I found this repo through
google/vim-coverage. When running:CoverageShow coverage.pyimport coveragecan't be found since it loads this script through this invocation led me that this should be a feature to this repo and not thegoogle/vim-coverage.