nvim: fix venv-selector search path
This commit is contained in:
parent
e2fc8dec77
commit
e03316e80c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue