From 44410a32e3c86b67cfa412d38509bde8b148b680 Mon Sep 17 00:00:00 2001 From: "Jeremy Pallats/starcraft.man" <unknown3000@gmail.com> Date: Sun, 22 Feb 2015 08:22:42 -0500 Subject: [PATCH] Linking to wiki. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8dbfe..24979db 100644 --- a/README.md +++ b/README.md @@ -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