chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 13:14:47 +00:00
parent e9d3a73bbc
commit 49b69b7f9f
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ CONFIGURATION *lazy.nvim-configuration*
git = { git = {
-- defaults for the `Lazy log` command -- defaults for the `Lazy log` command
-- log = { "-10" }, -- show the last 10 commits -- 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 timeout = 120, -- kill processes that take more than 2 minutes
url_format = "https://github.com/%s.git", url_format = "https://github.com/%s.git",
}, },