From d42e708d3140aab099b30014a9cbebafb8b66692 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 26 Dec 2022 16:25:36 +0900 Subject: [PATCH] Update README-VIM: Different homebrew prefix on Apple Silicon Close #3095 --- README-VIM.md | 3 +++ 1 file changed, 3 insertions(+) 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 ```