Move to the main branch since it is not the lates one

This commit is contained in:
Rabin Adhikari 2025-08-31 21:35:28 +05:45 committed by GitHub
parent 40d381f1a0
commit ea30f91f9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } },
},