We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6649 commit ebcdd82Copy full SHA for ebcdd82
lua/notify/config/init.lua
@@ -183,7 +183,7 @@ function Config.setup(custom_config)
183
local needs_opacity =
184
vim.tbl_contains({ BUILTIN_STAGES.FADE_IN_SLIDE_OUT, BUILTIN_STAGES.FADE }, stages)
185
186
- if needs_opacity and not vim.opt.termguicolors:get() then
+ if needs_opacity and not vim.opt.termguicolors:get() and vim.version().minor < 10 then
187
user_config.stages = BUILTIN_STAGES.STATIC
188
vim.schedule(function()
189
vim.notify(
0 commit comments