chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-07-20 21:49:43 +00:00
parent 61c43455b0
commit 50c365bfe9
1 changed files with 3 additions and 1 deletions

View File

@ -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* Table of Contents *lazy.nvim-table-of-contents*
@ -438,6 +438,8 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
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"
-- Show pills on top of the Lazy window
pills = true, ---@type boolean
icons = { icons = {
cmd = " ", cmd = " ",
config = "", config = "",