AckslD / swenv.nvim

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

be able to select "base" in the pick_env function #31

Closed zhengrc19 closed 6 months ago

zhengrc19 commented 6 months ago

Right now when I choose my Python environments the "base" environment doesn't show up, because for Conda envs swenv.nvim only looks in the envs/ subfolder, while the "base" executable is in the bin/ subfolder.

image

I have already written a piece of code to solve this (from setup), can I create a pull request to merge that code into the source?

AckslD commented 6 months ago

Hi @zhengrc19, yes feel free to open a PR :) I don't use conda so I appreciate the contribution.

zhengrc19 commented 6 months ago

Hi @AckslD, just created the PR. I'm relatively new to contributing open source code so if there are any bad practices in my PR please point them out! Thanks!

AckslD commented 6 months ago

Great thanks!