Linking to wiki.
This commit is contained in:
parent
5698a055c3
commit
44410a32e3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ A minimalist Vim plugin manager.
|
|||
- Easier to setup: Single file. No boilerplate code required.
|
||||
- Easier to use: Concise, intuitive syntax
|
||||
- [Super-fast][40/4] parallel installation/update
|
||||
(with +python or [+ruby][rb] or [Neovim][nv])
|
||||
(with [+python][py] or [+ruby][rb] or [Neovim][nv])
|
||||
- On-demand loading for [faster startup time][startup-time]
|
||||
- Can review and rollback updates
|
||||
- Branch/tag support
|
||||
|
@ -18,6 +18,7 @@ A minimalist Vim plugin manager.
|
|||
- Support for externally managed plugins
|
||||
|
||||
[40/4]: https://raw.githubusercontent.com/junegunn/i/master/vim-plug/40-in-4.gif
|
||||
[py]: https://github.com/junegunn/vim-plug/wiki/python
|
||||
[rb]: https://github.com/junegunn/vim-plug/wiki/ruby
|
||||
[nv]: http://neovim.org/
|
||||
[startup-time]: http://junegunn.kr/images/vim-startup-time.png
|
||||
|
|
Loading…
Reference in a new issue