diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index c5e79b0..96110b0 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -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