summaryrefslogtreecommitdiff
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-12-26 16:25:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-12-26 16:25:36 +0900
commitd42e708d3140aab099b30014a9cbebafb8b66692 (patch)
tree74f248f004ca6409a32c9ab658213bf338475abb /README-VIM.md
parentb7bb97311810bd94483df32c6e9102814e9ea514 (diff)
downloadfzf-d42e708d3140aab099b30014a9cbebafb8b66692.tar.gz
Update README-VIM: Different homebrew prefix on Apple Silicon
Close #3095
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 425bf672..8d89de57 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -12,6 +12,9 @@ differ depending on the package manager.
" If installed using Homebrew
set rtp+=/usr/local/opt/fzf
+" If installed using Homebrew on Apple Silicon
+set rtp+=/opt/homebrew/opt/fzf
+
" If installed using git
set rtp+=~/.fzf
```