From 50c365bfe972daa9352a0e62bb78fc7254cffeac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jul 2023 21:49:43 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 6b22250..2ea5ea3 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -1,4 +1,4 @@ -*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 16 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 20 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -438,6 +438,8 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration* 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 = "",