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

feat(nvim-plug): update text example

This commit is contained in:
Eric Wong 2025-02-07 21:57:16 +08:00
parent a0fd8e3174
commit 1611f8c274
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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',