mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-13 23:07:59 +08:00
feat(nvim-plug): support local plugin
This commit is contained in:
parent
a842704063
commit
d4a3d649e7
4
bundle/nvim-plug/README.md
vendored
4
bundle/nvim-plug/README.md
vendored
@ -29,6 +29,10 @@ require('plug').add({
|
||||
require('flygrep').setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
'D:/wsdjeg/winbar.nvim',
|
||||
events = { 'VimEnter' },
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user