We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d3a73 commit 49b69b7Copy full SHA for 49b69b7
doc/lazy.nvim.txt
@@ -274,7 +274,7 @@ CONFIGURATION *lazy.nvim-configuration*
274
git = {
275
-- defaults for the `Lazy log` command
276
-- log = { "-10" }, -- show the last 10 commits
277
- log = { "--since=1 days ago" }, -- show commits from the last 3 days
+ log = { "--since=3 days ago" }, -- show commits from the last 3 days
278
timeout = 120, -- kill processes that take more than 2 minutes
279
url_format = "https://github.com/%s.git",
280
},
0 commit comments