Skip to content

Commit 668273d

Browse files
fix(python): switch over to main branch after regex branch got merged (#1632)
* fix: remove fixed branch of plugin venv-selector.nvim * ci: trigger actions
1 parent cbb7302 commit 668273d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/astrocommunity/pack/python/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ return {
7575
},
7676
{
7777
"linux-cultist/venv-selector.nvim",
78-
branch = "regexp",
7978
enabled = vim.fn.executable "fd" == 1 or vim.fn.executable "fdfind" == 1 or vim.fn.executable "fd-find" == 1,
8079
dependencies = {
8180
{

0 commit comments

Comments
 (0)