From 1cfdc089cd34a44591e1f41c81938c06ee8c074f Mon Sep 17 00:00:00 2001 From: 3719e04 <56977205+3719e04@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:09:57 -0500 Subject: [PATCH] add option `ui.button` --- lua/lazy/core/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 505db78..e5e0298 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -50,6 +50,7 @@ M.defaults = { border = "none", title = nil, ---@type string only works when border is not "none" title_pos = "center", ---@type "center" | "left" | "right" + button = true, ---@type boolean icons = { cmd = " ", config = "",