We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68941b7 commit d37a76bCopy full SHA for d37a76b
lua/lazy/view/float.lua
@@ -118,7 +118,7 @@ function M:mount()
118
self.buf = vim.api.nvim_create_buf(false, true)
119
end
120
121
- if self.opts.backdrop and self.opts.backdrop < 100 then
+ if self.opts.backdrop and self.opts.backdrop < 100 and vim.o.termguicolors then
122
self.backdrop_buf = vim.api.nvim_create_buf(false, true)
123
self.backdrop_win = vim.api.nvim_open_win(self.backdrop_buf, false, {
124
relative = "editor",
0 commit comments