Skip to content

Commit

Permalink
fix(python): update venv-selector to new branch (#1022)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Reledia <[email protected]>
  • Loading branch information
Reledia and Reledia authored Jun 2, 2024
1 parent 95e8b3f commit 4a839df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/astrocommunity/pack/python/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ return {
},
{
"linux-cultist/venv-selector.nvim",
branch = "regexp",
dependencies = {
{ "nvim-telescope/telescope.nvim", branch = "0.1.x", dependencies = { "nvim-lua/plenary.nvim" } },
{
"AstroNvim/astrocore",
opts = {
Expand All @@ -67,7 +69,7 @@ return {
},
},
opts = {},
cmd = { "VenvSelect", "VenvSelectCached" },
cmd = "VenvSelect",
},
{
"mfussenegger/nvim-dap-python",
Expand Down

0 comments on commit 4a839df

Please sign in to comment.