1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 07:13:44 +08:00
SpaceVim/bundle/nvim-plug/test/ui.lua
2025-02-06 13:37:31 +08:00

12 lines
209 B
Lua
Vendored

local ui = require('plug.ui')
ui.open()
ui.on_update('test.vim', {
clone_done = true,
})
ui.on_update('test2.vim', {
clone_process = '67',
})
ui.on_update('test3.vim', {
clone_done = true,
})