disable annoying update plugin popup in lazy

This commit is contained in:
Cy Pokhrel 2024-10-26 18:47:50 -04:00
parent e4a9607ed7
commit 2deec91f51
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
6 changed files with 56 additions and 57 deletions

View file

@ -83,6 +83,5 @@ local plugin_specs = {
require("lazy").setup({
spec = plugin_specs,
checker = { enabled = true },
rocks = { enabled = true },
})