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

feat(nvim-plug): support local plugin

This commit is contained in:
Eric Wong 2025-02-05 00:58:34 +08:00
parent a842704063
commit d4a3d649e7
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -29,6 +29,10 @@ require('plug').add({
require('flygrep').setup() require('flygrep').setup()
end, end,
}, },
{
'D:/wsdjeg/winbar.nvim',
events = { 'VimEnter' },
},
}) })
``` ```