This commit is contained in:
Jon Huhn 2025-11-04 21:26:36 -08:00 committed by GitHub
commit 8b8fa4368d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,6 +151,7 @@ function M:mount()
style = "minimal",
focusable = false,
zindex = self.opts.zindex - 1,
border = "none",
})
vim.api.nvim_set_hl(0, "LazyBackdrop", { bg = "#000000", default = true })
Util.wo(self.backdrop_win, "winhighlight", "Normal:LazyBackdrop")