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

How to auto select venv, after open a file?

dijub opened this issue · comments

So, I didn't find how to set auto select venv, after open a folder or a file, because, after I select the virtual environment, and close the vim, and open it again, the venv that I chose was not set.

How to handle it?

Hi @diego-insaurralde, the venv is indeed not persistent between sessions atm.

That would be a feature that I would also like to see. Is it possible to change the default environment?

@hmars-t #22 might do what you want