diff options
| author | Nikita Kouevda <nkouevda@gmail.com> | 2023-08-12 07:29:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 23:29:00 +0900 |
| commit | 9ec3f0387175c6993841c69a230414f8fef00e51 (patch) | |
| tree | ef99fecc26746fef7eb82d7d5ffe791d993052b0 /doc | |
| parent | 84a9c2c1122470b0b67b8e20e074704539bc1fc4 (diff) | |
| download | fzf-9ec3f0387175c6993841c69a230414f8fef00e51.tar.gz | |
doc: Add different prefix for Homebrew on Apple Silicon (#3396)
Follow-up to d42e708d3140aab099b30014a9cbebafb8b66692.
Fixes #3095.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fzf.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/fzf.txt b/doc/fzf.txt index 62295393..6acea330 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -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' < |
