m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 11:23:47 -05:00

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

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