mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(view): add option ui.pills
. Set to false
to disable the top buttons in the lazy window (#938)
* add option `ui.button` * add option `ui.button` * refactor: rename button to pills --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
parent
25beed5e2e
commit
84266b9f0f
3 changed files with 29 additions and 22 deletions
|
@ -50,6 +50,8 @@ M.defaults = {
|
|||
border = "none",
|
||||
title = nil, ---@type string only works when border is not "none"
|
||||
title_pos = "center", ---@type "center" | "left" | "right"
|
||||
-- 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