mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 09:21:08 +00:00
fix(ui): set border=none for backdrop window
This commit is contained in:
parent
1ea3c40857
commit
67ce392988
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ function M:mount()
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
focusable = false,
|
focusable = false,
|
||||||
zindex = self.opts.zindex - 1,
|
zindex = self.opts.zindex - 1,
|
||||||
|
border = "none",
|
||||||
})
|
})
|
||||||
vim.api.nvim_set_hl(0, "LazyBackdrop", { bg = "#000000", default = true })
|
vim.api.nvim_set_hl(0, "LazyBackdrop", { bg = "#000000", default = true })
|
||||||
Util.wo(self.backdrop_win, "winhighlight", "Normal:LazyBackdrop")
|
Util.wo(self.backdrop_win, "winhighlight", "Normal:LazyBackdrop")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue