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

Make auto_venv async

AckslD opened this issue · comments

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.