fix(venv-selector): incorrect configuration

This commit is contained in:
nothankyou 2025-08-02 00:02:22 +08:00
parent 25abbf546d
commit cd5733bea8

View file

@ -120,10 +120,8 @@ return {
return LazyVim.has("telescope.nvim")
end,
opts = {
settings = {
options = {
notify_user_on_venv_activation = true,
},
options = {
notify_user_on_venv_activation = true,
},
},
-- Call config for python files and load the cached venv automatically