Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(checker): allow git checks only for non-pinned plugins #61

Merged

Conversation

tsakirist
Copy link
Contributor

According to the docs when a plugin spec has the pin value as true then it doesn't participate in updates.
Thus, this patch ensures that no git checks are done for that plugin in case the pin option is set to true.
(no notifications or indications in the Lazy window about updates)

lua/lazy/manage/task/git.lua Outdated Show resolved Hide resolved
@tsakirist tsakirist force-pushed the remove_update_notifications_for_pinned_plugins branch from fc726d8 to 70e2393 Compare December 21, 2022 10:43
@tsakirist tsakirist requested a review from folke December 21, 2022 10:50
@folke folke merged commit a939243 into folke:main Dec 21, 2022
@tsakirist tsakirist deleted the remove_update_notifications_for_pinned_plugins branch December 25, 2022 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants