mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 03:18:01 +08:00
docs(nvim-plug): update readme
This commit is contained in:
parent
f285787ed9
commit
d7b95d3f45
6
bundle/nvim-plug/README.md
vendored
6
bundle/nvim-plug/README.md
vendored
@ -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 |
|
||||
| --------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
|
Loading…
Reference in New Issue
Block a user