return { "linux-cultist/venv-selector.nvim", lazy = false, branch = "regexp", -- This is the regexp branch, use this for the new version keys = { { "cv", ":VenvSelect", desc = "Select VirtualEnv", ft = "python" }, }, opts = { settings = { options = { notify_user_on_venv_activation = true }, }, }, }