linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
444 stars 46 forks source link

After selecting virtual env neovim doesn't refresh #24

Closed Souravpakhira closed 1 year ago

Souravpakhira commented 1 year ago

After selecting virtual env from the listing my neovim doesn't refresh itself. Im using astrovim and my system is Ubuntu.

linux-cultist commented 1 year ago

Ah ok. I dont use astrovim so not sure what could be causing it. When you say neovim doesnt refresh itself, you mean you get the listing of virtual environments, but selecting one doesnt make it active?

Souravpakhira commented 1 year ago

Im closing this issue. Its the issue of pylint what i get now. When selecting from list virtual env gets activated but the linting errors doesn't go away.

linux-cultist commented 1 year ago

Thank you!