mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +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",
|
border = "none",
|
||||||
title = nil, ---@type string only works when border is not "none"
|
title = nil, ---@type string only works when border is not "none"
|
||||||
title_pos = "center", ---@type "center" | "left" | "right"
|
title_pos = "center", ---@type "center" | "left" | "right"
|
||||||
|
button = true, ---@type boolean
|
||||||
icons = {
|
icons = {
|
||||||
cmd = " ",
|
cmd = " ",
|
||||||
config = "",
|
config = "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue