From 3298a2f8164972e24fac3d851c4a4a4b8bd73951 Mon Sep 17 00:00:00 2001 From: "Adam K." Date: Wed, 12 Jun 2024 14:02:16 -0500 Subject: [PATCH] fix: temp fix for venv-selector users Temporary fix for upstream issue, solves issue #3612 but is a bandaid, need this extra to have the ability to extend its picker choice. --- lua/lazyvim/plugins/extras/lang/python.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index 0be4b93c..be5e307b 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -99,6 +99,12 @@ return { { "linux-cultist/venv-selector.nvim", branch = "regexp", -- Use this branch for the new version + dependencies = { + { "nvim-telescope/telescope.nvim", + dependencies = { + "nvim-lua/plenary.nvim", + }, + }, cmd = "VenvSelect", opts = { settings = {