AckslD / swenv.nvim

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

Behave different with quite nvim activate virtual env and enter the nvim! #28

Open meicale opened 7 months ago

meicale commented 7 months ago

Behave differently with quite nvim activate virtual env and enter the nvim! I used this plugin to change used virtual env on the fly when run shell command directly in neovim. It works and it can find the right python bin. But the editor can not notice that changes. The diagnostic tools still complains the wrong things. Does anyone know how to solve this? Thanks!

AckslD commented 7 months ago

Hi @meicale, probably dependent on how you configure your diagnostic tools?