Skip to content

Commit 49b69b7

Browse files
chore(build): auto-generate vimdoc
1 parent e9d3a73 commit 49b69b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lazy.nvim.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ CONFIGURATION *lazy.nvim-configuration*
274274
git = {
275275
-- defaults for the `Lazy log` command
276276
-- log = { "-10" }, -- show the last 10 commits
277-
log = { "--since=1 days ago" }, -- show commits from the last 3 days
277+
log = { "--since=3 days ago" }, -- show commits from the last 3 days
278278
timeout = 120, -- kill processes that take more than 2 minutes
279279
url_format = "https://github.com/%s.git",
280280
},

0 commit comments

Comments
 (0)