summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2018-05-04 16:01:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-05-04 16:01:42 +0900
commitb8296a91b94d7af73a2290564b15282d7810e9e4 (patch)
tree664b6f6331e40cdcce9896cb15cf1a62cb27a30e /README.md
parent6e9452b06e0a83a8b7642ee8579a1aa5e5954721 (diff)
Clarify Vim plugin instruction
Close #1251 @amaravora
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 713af558..29da3f0c 100644
--- a/README.md
+++ b/README.md
@@ -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