linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
388 stars 41 forks source link

Are there any ways to use conda? #30

Closed ErlebnisW closed 1 year ago

linux-cultist commented 1 year ago

Have not tried conda with this plugin and I dont know that much about it. Are the conda venvs located in the same path or are they spread out in project folders normally?

Either way, I think there is nothing special about conda venvs. Just need to add where they can be found.

If it works like Poetry or Pipenv, its just a path we can add where the plugin should look. If it works more like venvs spread out across project folders, maybe it just works if you select a conda venv in the plugin.

linux-cultist commented 1 year ago

Support for this was just added by user https://github.com/Sped0n, so go ahead and try it. :)