AckslD / swenv.nvim

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

feat(auto): Created auto command, and fuzzy search. #22

Closed aemonge closed 9 months ago

aemonge commented 10 months ago

Change venv automatically.

AckslD commented 10 months ago

Cool @aemonge! I hope to look at this in detail soon.

One comment for the future, it's sometimes easier to have different PRs for different new features. Also in particular if you do some formatting since this can obscure the actual changes. I find it easier if that's in a separate PR as well but at least a separate commit is helpful :)

aemonge commented 10 months ago

@AckslD you're 100% right. I've gone a bit extream and forgotten my coding manners. If it's helpfully, I can close this PR and create them separated.

AckslD commented 10 months ago

No problem @aemonge!

I'll look at this as soon as I can but just a bit busy atm :)

aemonge commented 9 months ago

Hey, I've rebased and fixed your mentions

AckslD commented 9 months ago

@aemonge, I did some final small changes which I didn't want to bother you with (for example there was already a .stylua.toml so I removed yours. Thanks a lot for this PR, very nice!

aemonge commented 9 months ago

Happy to contribute <3