From d89949f16ce1f909fb05221d128dbaf55c4e6382 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 1 Aug 2014 23:46:50 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6852cec..c9fce47 100644 --- a/README.md +++ b/README.md @@ -162,17 +162,17 @@ let g:fzf_install = 'yes | ./install' Plug 'junegunn/fzf', { 'do': g:fzf_install } ``` +### FAQ/Troubleshooting + +See [FAQ/Troubleshooting](https://github.com/junegunn/vim-plug/wiki/faq). + ### Articles - [Writing my own Vim plugin manager](http://junegunn.kr/2013/09/writing-my-own-vim-plugin-manager) - [Vim plugins and startup time](http://junegunn.kr/2014/07/vim-plugins-and-startup-time) -- [Thoughts on Vim plugin dependency](http://junegunn.kr/2013/09/thoughts-on-vim-plugin-dependency) +- ~~[Thoughts on Vim plugin dependency](http://junegunn.kr/2013/09/thoughts-on-vim-plugin-dependency)~~ - *Support for Plugfile has been removed since 0.5.0* -### FAQ/Troubleshooting - -See [FAQ/Troubleshooting](https://github.com/junegunn/vim-plug/wiki/faq). - ### License MIT