try to update plugins

This commit is contained in:
Squibid 2026-01-01 17:04:54 -05:00
parent 995aaac2a5
commit 09f1ae6854
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -45,10 +45,8 @@ local function synctree(tree, cb)
}) })
end end
vim.pack.add(vimspecs, { vim.pack.add(vimspecs, { load = done, confirm = false })
load = done, vim.pack.update(vimspecs, { force = true })
confirm = false,
})
end end
--- check if a package should be synced --- check if a package should be synced