State that both Plug options are not mandatory

This commit is contained in:
Junegunn Choi
2016-07-02 19:49:32 +09:00
parent a24a1bdaa2
commit 81f3523611

View File

@@ -41,7 +41,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim' 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 - Use `./install --bin` instead if you don't need fzf outside of Vim
- Make sure to use Vim 7.4 or above - Make sure to use Vim 7.4 or above