mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-05 17:01:16 +00:00
Merge 1687639320 into e6a8824858
This commit is contained in:
commit
3d97b825f5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ local M = {}
|
|||
M.log = {
|
||||
---@param opts {updated?:boolean, check?: boolean}
|
||||
skip = function(plugin, opts)
|
||||
if opts.check and plugin.pin then
|
||||
if opts.check and plugin.pin and not Config.options.checker.check_pinned then
|
||||
return true
|
||||
end
|
||||
if opts.updated and not (plugin._.updated and plugin._.updated.from ~= plugin._.updated.to) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue