diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-03-20 22:30:14 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-03-20 22:33:14 +0900 |
| commit | a874aea69213471d08a365bb5396e8beec51aa9a (patch) | |
| tree | 180949a0a5addfafa8759ef4922ac1ce6b5238b1 /README-VIM.md | |
| parent | 69c52099e70748d4a9f692ce7cbb74ed62fc02ce (diff) | |
| download | fzf-a874aea69213471d08a365bb5396e8beec51aa9a.tar.gz | |
[vim] More explanation on 'set rtp+=~/.fzf' instruction
Close #3171
Diffstat (limited to 'README-VIM.md')
| -rw-r--r-- | README-VIM.md | 4 |
1 files changed, 2 insertions, 2 deletions
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' ``` |
