From b8296a91b94d7af73a2290564b15282d7810e9e4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 4 May 2018 16:01:42 +0900 Subject: [PATCH] Clarify Vim plugin instruction Close #1251 @amaravora --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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