mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 03:07:59 +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))
|
||||
end
|
||||
end,
|
||||
cwd = plugSpec.path
|
||||
})
|
||||
processes = processes + 1
|
||||
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({
|
||||
{
|
||||
'wsdjeg/SourceCounter.vim',
|
||||
},
|
||||
{
|
||||
'wsdjeg/git.vim',
|
||||
},
|
||||
{
|
||||
'wsdjeg/JavaUnit.vim',
|
||||
},
|
||||
{
|
||||
'wsdjeg/vim-async-dict',
|
||||
build = 'cargo build',
|
||||
},
|
||||
{
|
||||
'wsdjeg/scrollbar.vim',
|
||||
events = { 'VimEnter' },
|
||||
|
Loading…
Reference in New Issue
Block a user