mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-05 17:01:16 +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",
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue