mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: added config option for process timeout
This commit is contained in:
parent
f2072f0158
commit
bd2d64230f
3 changed files with 44 additions and 12 deletions
|
@ -18,6 +18,7 @@ M.defaults = {
|
|||
-- defaults for `Lazy log`
|
||||
-- log = { "-10" }, -- last 10 commits
|
||||
log = { "--since=1 days ago" }, -- commits from the last 3 days
|
||||
timeout = 120, -- processes taking over 2 minutes will be killed
|
||||
},
|
||||
-- Any plugin spec that contains one of the patterns will use your
|
||||
-- local repo in the projects folder instead of fetchig it from github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue