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 {
|
||||
-- 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",
|
||||
|
|
Loading…
Add table
Reference in a new issue