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
vim.pack.add(vimspecs, {
load = done,
confirm = false,
})
vim.pack.add(vimspecs, { load = done, confirm = false })
vim.pack.update(vimspecs, { force = true })
end
--- check if a package should be synced