AckslD / swenv.nvim

Tiny plugin to quickly switch python virtual environments from within neovim without restarting.
206 stars 29 forks source link

feat: include conda base env in get_venvs_for #33

Closed zhengrc19 closed 6 months ago

zhengrc19 commented 6 months ago

this PR aims to solve #31. It looks for the $CONDA_EXE environment variable to determine conda's installation path.