mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 02:48:01 +08:00
feat(nvim-plug): update text example
This commit is contained in:
parent
a0fd8e3174
commit
1611f8c274
1
bundle/nvim-plug/test/init.lua
vendored
1
bundle/nvim-plug/test/init.lua
vendored
@ -28,6 +28,7 @@ require('plug').add({
|
||||
{
|
||||
'wsdjeg/JavaUnit.vim',
|
||||
cmds = { 'JavaUnit' },
|
||||
build = {'javac', '-encoding', 'utf8', '-d', 'bin', 'src/com/wsdjeg/util/*.java'}
|
||||
},
|
||||
{
|
||||
'wsdjeg/vim-async-dict',
|
||||
|
Loading…
Reference in New Issue
Block a user