fix: update venv-selector.nvim branch to 'main'

This commit is contained in:
you-n-g 2025-09-02 10:37:55 +08:00 committed by GitHub
parent 25abbf546d
commit 18f017b5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@ return {
{ {
"linux-cultist/venv-selector.nvim", "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", cmd = "VenvSelect",
enabled = function() enabled = function()
return LazyVim.has("telescope.nvim") return LazyVim.has("telescope.nvim")