diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 869bd8b..9abdb89 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -274,7 +274,7 @@ CONFIGURATION *lazy.nvim-configuration* git = { -- defaults for the `Lazy log` command -- log = { "-10" }, -- show the last 10 commits - log = { "--since=1 days ago" }, -- show commits from the last 3 days + log = { "--since=3 days ago" }, -- show commits from the last 3 days timeout = 120, -- kill processes that take more than 2 minutes url_format = "https://github.com/%s.git", },