nvim: force enable venv-selector
This commit is contained in:
parent
d1ce7a4c6e
commit
54f25e1fc6
1 changed files with 3 additions and 10 deletions
|
@ -1,19 +1,12 @@
|
||||||
return {
|
return {
|
||||||
-- TODO: remove this if https://github.com/LazyVim/LazyVim/issues/5333 is fixed
|
-- TODO: remove this if https://github.com/LazyVim/LazyVim/pull/5335 is merged
|
||||||
{ "towolf/vim-helm", enabled = false },
|
{ "towolf/vim-helm", enabled = false },
|
||||||
{ "qvalentin/helm-ls.nvim", ft = "helm" },
|
{ "qvalentin/helm-ls.nvim", ft = "helm" },
|
||||||
|
-- TODO: remove this if https://github.com/LazyVim/LazyVim/pull/5829 is merged
|
||||||
{
|
{
|
||||||
"linux-cultist/venv-selector.nvim",
|
"linux-cultist/venv-selector.nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
enabled = true,
|
||||||
settings = {
|
|
||||||
search = {
|
|
||||||
workon = {
|
|
||||||
command = "$FD python$ $WORKON_HOME",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue