mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-21 05:46:45 +00:00
add winblend ui option
This commit is contained in:
parent
7967abe557
commit
5df6d0b178
2 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,8 @@ M.defaults = {
|
|||
border = "none",
|
||||
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.
|
||||
backdrop = 60,
|
||||
-- The main window opacity. 0 is fully opaque, 100 is fully transparent.
|
||||
winblend = 0,
|
||||
title = nil, ---@type string only works when border is not "none"
|
||||
title_pos = "center", ---@type "center" | "left" | "right"
|
||||
-- Show pills on top of the Lazy window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue