1
0
Fork 0

nvim: fix venv-selector search path

This commit is contained in:
Luca Bilke 2024-07-15 17:38:04 +02:00
parent e2fc8dec77
commit e03316e80c
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
---@type LazySpec
return {
{
"linux-cultist/venv-selector.nvim",
optional = true,
opts = {
settings = {
search = {
workon = {
command = "$FD python$ $WORKON_HOME",
},
},
},
},
},
{
"lukas-reineke/headlines.nvim",
optional = true,