1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 05:48:00 +08:00

test(nvim-plug): update test file

This commit is contained in:
Eric Wong 2025-02-07 20:44:59 +08:00
parent b71fd73531
commit 90e84fefc7
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 14 additions and 0 deletions

View File

@ -62,6 +62,7 @@ local function build(plugSpec)
build(table.remove(building_queue))
end
end,
cwd = plugSpec.path
})
processes = processes + 1
jobs['jobid_' .. jobid] = plugSpec.name

View File

@ -17,6 +17,19 @@ require('plug').setup({
})
require('plug').add({
{
'wsdjeg/SourceCounter.vim',
},
{
'wsdjeg/git.vim',
},
{
'wsdjeg/JavaUnit.vim',
},
{
'wsdjeg/vim-async-dict',
build = 'cargo build',
},
{
'wsdjeg/scrollbar.vim',
events = { 'VimEnter' },