diff --git a/common/.config/nvim/lua/plugins/language.lua b/common/.config/nvim/lua/plugins/language.lua
index 57f1c81b..ed094a80 100644
--- a/common/.config/nvim/lua/plugins/language.lua
+++ b/common/.config/nvim/lua/plugins/language.lua
@@ -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",