diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 603dd1a..e3081cf 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -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" diff --git a/lua/lazy/core/~/Downloads/lazy.nvim b/lua/lazy/core/~/Downloads/lazy.nvim new file mode 160000 index 0000000..6c3bda4 --- /dev/null +++ b/lua/lazy/core/~/Downloads/lazy.nvim @@ -0,0 +1 @@ +Subproject commit 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a