mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 09:21:08 +00:00
Merge 5df6d0b178 into e6a8824858
This commit is contained in:
commit
0d3573c5d1
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