From a874aea69213471d08a365bb5396e8beec51aa9a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 20 Mar 2023 22:30:14 +0900 Subject: [vim] More explanation on 'set rtp+=~/.fzf' instruction Close #3171 --- README-VIM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README-VIM.md') diff --git a/README-VIM.md b/README-VIM.md index 9844252a..a396b611 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -15,7 +15,7 @@ set rtp+=/usr/local/opt/fzf " If installed using Homebrew on Apple Silicon set rtp+=/opt/homebrew/opt/fzf -" If installed using git +" If you have cloned fzf on ~/.fzf directory set rtp+=~/.fzf ``` @@ -26,7 +26,7 @@ written as: " If installed using Homebrew Plug '/usr/local/opt/fzf' -" If installed using git +" If you have cloned fzf on ~/.fzf directory Plug '~/.fzf' ``` -- cgit v1.2.3