mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 09:21:08 +00:00
Merge ae2fe94a42 into e6a8824858
This commit is contained in:
commit
5c868765a0
2 changed files with 5 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ M.defaults = {
|
|||
size = { width = 0.8, height = 0.8 },
|
||||
wrap = true, -- wrap the lines in the ui
|
||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||
border = "none",
|
||||
border = nil,
|
||||
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.
|
||||
backdrop = 60,
|
||||
title = nil, ---@type string only works when border is not "none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue