mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
c64a61734f
commit
7f8326ab02
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ return {
|
|||
opts = {
|
||||
options = {
|
||||
notify_user_on_venv_activation = true,
|
||||
override_notify = false,
|
||||
},
|
||||
},
|
||||
-- Call config for Python files and load the cached venv automatically
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue