linux-cultist / venv-selector.nvim

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

Warning on opening nvim every time #151

Closed Murdock135 closed 6 days ago

Murdock135 commented 1 week ago

Whenver I open neovim, I get this message:

"VenvSelect: This plugin has a new 2024 version that was rewritten from scratch to support user defined searches: https:/VenvSelect: Its highly recommended to upgrade, but if you want to stay on this version, you can set the option 'stay_on_this_version' to true. Only the new version will receive updates. "

Even though I'm using the latest repo for the plugin. image

Here's my config for this plugin.

image

I literally just copy-pasted the code from the project's readme.md

How can I make it so that I don't get this message on startup?

linux-cultist commented 6 days ago

Hi,

There is a rewritten version of VenvSelect in the regexp branch that is much improved. :) Please check out the instructions in the Readme at the top and click the link to the regexp version. There you have installation instructions, reasons why we needed a rewrite and so on.

I think you will like the new version! It's much simpler to understand and much more flexible, usually finding your venvs with no custom configuration. Hope you like it. :)