This commit is contained in:
nothankyou 2025-08-01 16:18:14 +00:00 committed by GitHub
commit e95e65c447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,12 +120,10 @@ return {
return LazyVim.has("telescope.nvim")
end,
opts = {
settings = {
options = {
notify_user_on_venv_activation = true,
},
},
},
-- Call config for python files and load the cached venv automatically
ft = "python",
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" } },