try to update plugins
This commit is contained in:
parent
995aaac2a5
commit
09f1ae6854
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue