From 18f017b5fbf18efa8449996778fef5682043fb6b Mon Sep 17 00:00:00 2001 From: you-n-g Date: Tue, 2 Sep 2025 10:37:55 +0800 Subject: [PATCH] fix: update venv-selector.nvim branch to 'main' --- lua/lazyvim/plugins/extras/lang/python.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index 4c098452..1c7ee2c1 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -114,7 +114,7 @@ return { { "linux-cultist/venv-selector.nvim", - branch = "regexp", -- Use this branch for the new version + branch = "main", -- Important: VenvSelect is now using `main` as the updated branch again. cmd = "VenvSelect", enabled = function() return LazyVim.has("telescope.nvim")