AckslD / swenv.nvim

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

windows support #43

Open yangcurve opened 4 months ago

AckslD commented 4 months ago

Nice @yangcurve! I assume you tested that this works? I don't have windows so cannot :)

Btw, do you think it would make sense to cache the check for if the os is windows to not have to do it for every call? Maybe it's not needed if it doesn't add any significant delay?