From 49b69b7f9fa19e763d439b6a1b0c2dd7427c21bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 13:14:47 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },