mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
feat: added opts.git.cooldown
to allow updating plugins on slow connections. Fixes #1656
This commit is contained in:
parent
839f9e78e7
commit
d5686efbd0
3 changed files with 20 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
---@field tasks? LazyTask[]
|
||||
---@field updated? {from:string, to:string}
|
||||
---@field updates? {from:GitInfo, to:GitInfo}
|
||||
---@field last_check? number
|
||||
---@field working? boolean
|
||||
---@field pkg? LazyPkg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue