return { "linux-cultist/venv-selector.nvim", dependencies = { "neovim/nvim-lspconfig", { "nvim-telescope/telescope.nvim", branch = "master", dependencies = { "nvim-lua/plenary.nvim" } }, }, ft = "python", --load when python file opens lazy = false, branch = "main", -- This is the regexp branch, use this for the new version keys = { { "vs", "VenvSelect" }, }, ---@type venv-selector.Config opts = { -- Your settings go here }, }