summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorNikita Kouevda <nkouevda@gmail.com>2023-08-12 07:29:00 -0700
committerGitHub <noreply@github.com>2023-08-12 23:29:00 +0900
commit9ec3f0387175c6993841c69a230414f8fef00e51 (patch)
treeef99fecc26746fef7eb82d7d5ffe791d993052b0 /README-VIM.md
parent84a9c2c1122470b0b67b8e20e074704539bc1fc4 (diff)
doc: Add different prefix for Homebrew on Apple Silicon (#3396)
Follow-up to d42e708d3140aab099b30014a9cbebafb8b66692. Fixes #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 a396b611..f3247bac 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -26,6 +26,9 @@ written as:
" If installed using Homebrew
Plug '/usr/local/opt/fzf'
+" If installed using Homebrew on Apple Silicon
+Plug '/opt/homebrew/opt/fzf'
+
" If you have cloned fzf on ~/.fzf directory
Plug '~/.fzf'
```