mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: temp fix for venv-selector users
Temporary fix for upstream issue, solves issue #3612 but is a bandaid, need this extra to have the ability to extend its picker choice.
This commit is contained in:
parent
4b9e4edbb1
commit
3298a2f816
1 changed files with 6 additions and 0 deletions
|
|
@ -99,6 +99,12 @@ return {
|
||||||
{
|
{
|
||||||
"linux-cultist/venv-selector.nvim",
|
"linux-cultist/venv-selector.nvim",
|
||||||
branch = "regexp", -- Use this branch for the new version
|
branch = "regexp", -- Use this branch for the new version
|
||||||
|
dependencies = {
|
||||||
|
{ "nvim-telescope/telescope.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
},
|
||||||
cmd = "VenvSelect",
|
cmd = "VenvSelect",
|
||||||
opts = {
|
opts = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue