linux-cultist / venv-selector.nvim

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

add a command to show current selected venv #40

Closed qizidog closed 12 months ago

qizidog commented 1 year ago

There are so many venv created by all kind of projects, sometimes user need to check the absolutely path of venv currently used. Maybe it's a good idea to add a command to show current selected venv?

It's ok to add this command by user but I think it's better to be finished in venv-selector.nvim, right?