From 15f1f7690f04e7a5f5fee0b9922e577d4cdd0f30 Mon Sep 17 00:00:00 2001 From: iguanacucumber Date: Sun, 23 Mar 2025 15:16:43 +0400 Subject: [PATCH] feat(window): use vim.o.winborder as default window border --- lua/lazy/core/config.lua | 2 +- lua/lazy/core/~/Downloads/lazy.nvim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 lua/lazy/core/~/Downloads/lazy.nvim 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