fix(python): set venv-selector.nvim override_notify = false

This is a new option in venv-selector.nvim which stops it from
overriding vim.notify, so that it no longer interferes with noice.nvim.
See also [1].

[1] https://github.com/linux-cultist/venv-selector.nvim/issues/240
This commit is contained in:
Frederick Zhang 2026-01-17 21:48:46 +11:00
parent c64a61734f
commit 7f8326ab02
No known key found for this signature in database
GPG key ID: 980A192C361BE1AE

View file

@ -114,6 +114,7 @@ return {
opts = { opts = {
options = { options = {
notify_user_on_venv_activation = true, notify_user_on_venv_activation = true,
override_notify = false,
}, },
}, },
-- Call config for Python files and load the cached venv automatically -- Call config for Python files and load the cached venv automatically