Enable venv-selector even when telescope is not available

This commit is contained in:
Rabin Adhikari 2025-03-23 03:10:53 +05:45 committed by GitHub
parent ec5981dfb1
commit 40d381f1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,9 +116,6 @@ return {
"linux-cultist/venv-selector.nvim", "linux-cultist/venv-selector.nvim",
branch = "regexp", -- Use this branch for the new version branch = "regexp", -- Use this branch for the new version
cmd = "VenvSelect", cmd = "VenvSelect",
enabled = function()
return LazyVim.has("telescope.nvim")
end,
opts = { opts = {
settings = { settings = {
options = { options = {