mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
e9d3a73bbc
commit
49b69b7f9f
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue