1
0
Fork 0

nvim: force enable venv-selector

This commit is contained in:
Luca Bilke 2025-04-14 15:23:37 +02:00
parent d1ce7a4c6e
commit 54f25e1fc6
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -1,19 +1,12 @@
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 },
{ "qvalentin/helm-ls.nvim", ft = "helm" },
-- TODO: remove this if https://github.com/LazyVim/LazyVim/pull/5829 is merged
{
"linux-cultist/venv-selector.nvim",
optional = true,
opts = {
settings = {
search = {
workon = {
command = "$FD python$ $WORKON_HOME",
},
},
},
},
enabled = true,
},
{
"stevearc/conform.nvim",