chrisgrieser / nvim-kickstart-python

A launch point for your nvim configuration for Python
MIT License
125 stars 6 forks source link

New version of venv-select (on branch regexp) #8

Closed jpoliv closed 4 months ago

jpoliv commented 4 months ago

Starting neovim with the current configuration file (nvim -u kickstart-python.lua) produces the following messages:

VenvSelect: This plugin has a new 2024 version that was rewritten from scratch to support user defined searches: https://github.com/linux-cultist/venv-selector.nvim/tree/regexp. 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.

Message on the plugin site: https://github.com/linux-cultist/venv-selector.nvim/tree/main?tab=readme-ov-file#2024-05-14---new-version-of-venvselect

Regexp branch: https://github.com/linux-cultist/venv-selector.nvim/tree/regexp

New configuration snippet: https://github.com/linux-cultist/venv-selector.nvim/tree/regexp#configuration-snippet-for-lazynvim

Neovim version used:

chrisgrieser commented 4 months ago

Again, if you have the fix, why don't you do a PR?