mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
refactor: rename button to pills
This commit is contained in:
parent
e94110f46c
commit
b3036f336a
3 changed files with 5 additions and 2 deletions
|
@ -50,7 +50,8 @@ 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
|
||||
-- Show pills on top of the Lazy window
|
||||
pills = true, ---@type boolean
|
||||
icons = {
|
||||
cmd = " ",
|
||||
config = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue