From c0a5fee7071ed89602b9b59fb67e83d6cd23addc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 9 Jan 2018 01:36:51 +0900 Subject: [PATCH] Clarify that "fzf.vim" depends on "fzf" --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29fbf9..ce683dd 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,15 @@ note that Windows support is experimental at the moment. Installation ------------ -Use [vim-plug](https://github.com/junegunn/vim-plug) or any Vim plugin -manager of your choice. +fzf.vim depends on the basic Vim plugin of [the main fzf +repository][fzf-main], which means you need to **set up both "fzf" and +"fzf.vim" on Vim**. To learn more about fzf/Vim integration, see +[README-VIM][README-VIM]. + +[fzf-main]: https://github.com/junegunn/fzf +[README-VIM]: https://github.com/junegunn/fzf/blob/master/README-VIM.md + +### Using [vim-plug](https://github.com/junegunn/vim-plug) If you already installed fzf using [Homebrew](https://brew.sh/), the following should suffice: