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

docs(nvim-plug): update readme

This commit is contained in:
Eric Wong 2025-02-11 22:50:08 +08:00
parent f285787ed9
commit d7b95d3f45
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -1,12 +1,8 @@
# nvim-plug
> _nvim-plug_ is a simple plugin manager for neovim
[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE)
**Alpha version. Any changes, including backward incompatible changes, are applied without announcements.**
![nvim-plug](https://wsdjeg.net/images/nvim-plug.gif)
<!-- vim-markdown-toc GFM -->
@ -97,7 +93,7 @@ require('plug').add({
## Plugin Spec
The plugin spec is inspired by dein.nvim.
The plugin spec is inspired by [dein.nvim](https://github.com/Shougo/dein.vim).
| name | description |
| --------------- | ------------------------------------------------------------------------------------------------------------- |