Update README-VIM: Different homebrew prefix on Apple Silicon

Close #3095
This commit is contained in:
Junegunn Choi 2022-12-26 16:25:36 +09:00
parent b7bb973118
commit d42e708d31
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 3 additions and 0 deletions

View File

@ -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
```