Update installation instruction

This commit is contained in:
Junegunn Choi
2017-10-21 09:25:24 +09:00
parent 6ac8d1f742
commit 852b38db2a
2 changed files with 33 additions and 13 deletions

View File

@@ -34,7 +34,18 @@ note that Windows support is experimental at the moment.
Installation
------------
Using [vim-plug](https://github.com/junegunn/vim-plug):
Use [vim-plug](https://github.com/junegunn/vim-plug) or any Vim plugin
manager of your choice.
If you already installed fzf using [Homebrew](https://brew.sh/), the following
should suffice:
```vim
Plug '/usr/local/opt/fzf'
Plug 'junegunn/fzf.vim'
```
But if you want to install fzf as well using vim-plug:
```vim
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }