mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
9dce0816f1
commit
ae7de6b56b
|
@ -406,7 +406,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
|
||||||
git = {
|
git = {
|
||||||
-- defaults for the `Lazy log` command
|
-- defaults for the `Lazy log` command
|
||||||
-- log = { "-10" }, -- show the last 10 commits
|
-- 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
|
timeout = 120, -- kill processes that take more than 2 minutes
|
||||||
url_format = "https://github.com/%s.git",
|
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,
|
-- 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
|
wrap = true, -- wrap the lines in the ui
|
||||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||||
border = "none",
|
border = "none",
|
||||||
|
title = nil, ---@type string only works when border is not "none"
|
||||||
|
title_pos = "center", ---@type "center" | "left" | "right"
|
||||||
icons = {
|
icons = {
|
||||||
cmd = " ",
|
cmd = " ",
|
||||||
config = "",
|
config = "",
|
||||||
|
@ -885,6 +887,8 @@ Click to see all highlight groups ~
|
||||||
|
|
||||||
LazyH2 Bold titles
|
LazyH2 Bold titles
|
||||||
|
|
||||||
|
LazyLocal Constant
|
||||||
|
|
||||||
LazyNoCond DiagnosticWarn unloaded icon for a plugin where
|
LazyNoCond DiagnosticWarn unloaded icon for a plugin where
|
||||||
cond() was false
|
cond() was false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue