mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
add option ui.button
This commit is contained in:
parent
25beed5e2e
commit
1cfdc089cd
1 changed files with 1 additions and 0 deletions
|
@ -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 = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue