Clarify Vim plugin instruction

Close #1251

@amaravora
This commit is contained in:
Junegunn Choi 2018-05-04 16:01:42 +09:00
parent 6e9452b06e
commit b8296a91b9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -100,7 +100,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
### As Vim plugin
Once you have fzf installed, you can enable it inside Vim simply by adding the
directory to `&runtimepath` as follows:
directory to `&runtimepath` in your Vim configuration file as follows:
```vim
" If installed using Homebrew