return { "linux-cultist/venv-selector.nvim", dependencies = { "neovim/nvim-lspconfig", "nvim-telescope/telescope.nvim" }, opts = { name = "venv", }, branch = "regexp", -- This is the regexp branch, use this for the new version event = "VeryLazy", keys = { { "vs", "VenvSelect" }, { "vc", "VenvSelectCached" }, }, }