Closed 231tr0n closed 4 months ago
Setting window.config.winblend = 0
for 'mini.notify' should resolve this.
Setting
window.config.winblend = 0
for 'mini.notify' should resolve this.
Yes that seems to resolve the issue. Thanks for suggesting it.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.0-dev-3117+g4e5c633ed
Operating system/version
Ubuntu 24.04 WSL
Describe the bug
Transparency for mini.notify notifications are not present as they were for nvim-notify.
Steps To Reproduce
Install tokyonight.nvim and mini.notify with any package manager.
You can see that notifications for mini.notify are not transparent.
Expected Behavior
The notification background was expected to be transparent like above but it does not for nvim-notify like below
Repro