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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue