mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 06:07:58 +08:00
test(nvim-plug): update test file
This commit is contained in:
parent
b71fd73531
commit
90e84fefc7
1
bundle/nvim-plug/lua/plug/installer.lua
vendored
1
bundle/nvim-plug/lua/plug/installer.lua
vendored
@ -62,6 +62,7 @@ local function build(plugSpec)
|
|||||||
build(table.remove(building_queue))
|
build(table.remove(building_queue))
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
cwd = plugSpec.path
|
||||||
})
|
})
|
||||||
processes = processes + 1
|
processes = processes + 1
|
||||||
jobs['jobid_' .. jobid] = plugSpec.name
|
jobs['jobid_' .. jobid] = plugSpec.name
|
||||||
|
13
bundle/nvim-plug/test/init.lua
vendored
13
bundle/nvim-plug/test/init.lua
vendored
@ -17,6 +17,19 @@ require('plug').setup({
|
|||||||
})
|
})
|
||||||
|
|
||||||
require('plug').add({
|
require('plug').add({
|
||||||
|
{
|
||||||
|
'wsdjeg/SourceCounter.vim',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'wsdjeg/git.vim',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'wsdjeg/JavaUnit.vim',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'wsdjeg/vim-async-dict',
|
||||||
|
build = 'cargo build',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'wsdjeg/scrollbar.vim',
|
'wsdjeg/scrollbar.vim',
|
||||||
events = { 'VimEnter' },
|
events = { 'VimEnter' },
|
||||||
|
Loading…
Reference in New Issue
Block a user