doc: Add different prefix for Homebrew on Apple Silicon (#3396)

Follow-up to d42e708d31.

Fixes #3095.
pull/3398/head
Nikita Kouevda 9 months ago committed by GitHub
parent 84a9c2c112
commit 9ec3f03871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -1,4 +1,4 @@
fzf.txt fzf Last change: Mar 20 2023
fzf.txt fzf Last change: Aug 12 2023
FZF - TABLE OF CONTENTS *fzf* *fzf-toc*
==============================================================================
@ -32,6 +32,9 @@ 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 you have cloned fzf on ~/.fzf directory
set rtp+=~/.fzf
<
@ -40,6 +43,9 @@ If you use {vim-plug}{1}, the same can be 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'
<

Loading…
Cancel
Save