From 81f35236111e35c6c65eeaafde9dad2f5edf4615 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 2 Jul 2016 19:49:32 +0900 Subject: [PATCH] State that both Plug options are not mandatory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 182638f..aa38c63 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' ``` -- `dir` option is not mandatory +- `dir` and `do` options are not mandatory - Use `./install --bin` instead if you don't need fzf outside of Vim - Make sure to use Vim 7.4 or above