mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: lint fix
This commit is contained in:
parent
3298a2f816
commit
df1552702f
1 changed files with 4 additions and 4 deletions
|
|
@ -100,10 +100,10 @@ return {
|
|||
"linux-cultist/venv-selector.nvim",
|
||||
branch = "regexp", -- Use this branch for the new version
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
},
|
||||
cmd = "VenvSelect",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue