chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-05-27 12:28:58 +00:00
parent 9dce0816f1
commit ae7de6b56b
1 changed files with 5 additions and 1 deletions

View File

@ -406,7 +406,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
git = {
-- defaults for the `Lazy log` command
-- log = { "-10" }, -- show the last 10 commits
log = { "--since=3 days ago" }, -- show commits from the last 3 days
log = { "-8" }, -- show commits from the last 3 days
timeout = 120, -- kill processes that take more than 2 minutes
url_format = "https://github.com/%s.git",
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,
@ -433,6 +433,8 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
wrap = true, -- wrap the lines in the ui
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
border = "none",
title = nil, ---@type string only works when border is not "none"
title_pos = "center", ---@type "center" | "left" | "right"
icons = {
cmd = " ",
config = "",
@ -885,6 +887,8 @@ Click to see all highlight groups ~
LazyH2 Bold titles
LazyLocal Constant
LazyNoCond DiagnosticWarn unloaded icon for a plugin where
cond() was false