linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
378 stars 40 forks source link

Feature Request: Support pixi virtual environments #149

Closed DevonPeroutky closed 1 week ago

DevonPeroutky commented 1 week ago

Like the title says, pixi is another great package manager for python currently gaining steam. Would love to be able select venv's created through it

linux-cultist commented 1 week ago

If you try the new regexp branch of the plugin, odds are that they will just be found automatically. If they are in some special location, you can add your own search also. :) See the Readme at the top for links to regexp version.

DevonPeroutky commented 1 week ago

The new branch did work! Thanks.