linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
379 stars 40 forks source link

Venv Selector issue with nightly build #100

Closed Redoxahmii closed 4 months ago

Redoxahmii commented 4 months ago

I have been using this plugin with LazyVim configuration for a while and it works stable but recently switching to the nightly build it does not work anymore. Before opening any buffer if i use VenvSelect to select on nightly build it works then but if i have already opened a buffer for a file then it does not work. and results in showing errors. Screenshot from 2024-02-29 02-40-07

Keep in mind this is only happening on nightly build 0.10.

neolooong commented 4 months ago

Try this https://github.com/linux-cultist/venv-selector.nvim/pull/99.

linux-cultist commented 4 months ago

Try this #99.

Yeah it seems the PR would fix this. Just need to get it merged ASAP.

Redoxahmii commented 4 months ago

Try this #99.

Yeah it seems the PR would fix this. Just need to get it merged ASAP.

I will wait for the merge then.

linux-cultist commented 4 months ago

The changes by @neolooong just got merged, so update VenvSelect and see if it solves the bug please.

Redoxahmii commented 4 months ago

It is resolved now and working on both versions correctly.

linux-cultist commented 4 months ago

Perfect. 👍 Thanks again to @neolooong!