return { "linux-cultist/venv-selector.nvim", dependencies = { "neovim/nvim-lspconfig", "nvim-telescope/telescope.nvim", }, ft = "python", -- Load when opening Python files opts = { search = {}, -- if you add your own searches, they go here. options = {} -- if you add plugin options, they go here. }, event = 'VeryLazy', -- Optional: needed only if you want to type `:VenvSelect` without a keymapping keys = { { "V", "VenvSelect" }, -- Open picker on keymap }, }