return { "linux-cultist/venv-selector.nvim", cmd = "VenvSelect", enable = false, opts = { options = { notify_user_on_venv_activation = true, }, }, -- Call config for Python files and load the cached venv automatically ft = "python", keys = { { "cv", ":VenvSelect", desc = "Select VirtualEnv", ft = "python" } }, }