AckslD / swenv.nvim

Tiny plugin to quickly switch python virtual environments from within neovim without restarting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

be able to select "base" in the pick_env function

zhengrc19 opened this issue · comments

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?

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

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!

Great thanks!