mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix: default logs are now since 3 days ago to be in line with the docs
This commit is contained in:
parent
423432254d
commit
e9d3a73bbc
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ M.defaults = {
|
|||
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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue