AckslD / swenv.nvim

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

Make auto_venv async #36

Open AckslD opened 7 months ago

AckslD commented 7 months ago

If there's a lot of functions called to look up the available venvs on eg FileType, then it would probably be good if this is not blocking.