From ea30f91f9a884700653e758870f26375207452ac Mon Sep 17 00:00:00 2001 From: Rabin Adhikari Date: Sun, 31 Aug 2025 21:35:28 +0545 Subject: [PATCH] Move to the main branch since it is not the lates one --- lua/lazyvim/plugins/extras/lang/python.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index 147cda86..3298f6dd 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -114,7 +114,6 @@ return { { "linux-cultist/venv-selector.nvim", - branch = "regexp", -- Use this branch for the new version cmd = "VenvSelect", opts = { settings = { @@ -123,7 +122,7 @@ return { }, }, }, - -- Call config for python files and load the cached venv automatically + -- Call config for Python files and load the cached venv automatically ft = "python", keys = { { "cv", ":VenvSelect", desc = "Select VirtualEnv", ft = "python" } }, },