From cd94fca6ce608c0f66086a393b53e56f33b27f28 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 18 Jul 2016 16:48:51 +0900 Subject: [PATCH] Update installation instruction for Homebrew fzf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be49fd1..6928478 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Plug 'junegunn/fzf.vim' - `dir` and `do` options are not mandatory - Use `./install --bin` instead if you don't need fzf outside of Vim +- If you installed fzf using Homebrew, the following should suffice: + `Plug '/usr/local/opt/fzf' | Plug 'junegunn/fzf.vim'` - Make sure to use Vim 7.4 or above Commands