From a874aea69213471d08a365bb5396e8beec51aa9a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 20 Mar 2023 22:30:14 +0900 Subject: [PATCH] [vim] More explanation on 'set rtp+=~/.fzf' instruction Close #3171 --- README-VIM.md | 4 ++-- doc/fzf.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-VIM.md b/README-VIM.md index 9844252..a396b61 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' ``` diff --git a/doc/fzf.txt b/doc/fzf.txt index 35d2b8a..6229539 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -1,4 +1,4 @@ -fzf.txt fzf Last change: May 19 2021 +fzf.txt fzf Last change: Mar 20 2023 FZF - TABLE OF CONTENTS *fzf* *fzf-toc* ============================================================================== @@ -32,7 +32,7 @@ depending on the package manager. " If installed using Homebrew set rtp+=/usr/local/opt/fzf - " If installed using git + " If you have cloned fzf on ~/.fzf directory set rtp+=~/.fzf < If you use {vim-plug}{1}, the same can be written as: @@ -40,7 +40,7 @@ If you use {vim-plug}{1}, the same can be 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' < But if you want the latest Vim plugin file from GitHub rather than the one