Skip to content

Commit

Permalink
doc: Add different prefix for Homebrew on Apple Silicon (#3396)
Browse files Browse the repository at this point in the history
Follow-up to d42e708.

Fixes #3095.
  • Loading branch information
nkouevda authored Aug 12, 2023
1 parent 84a9c2c commit 9ec3f03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README-VIM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down
8 changes: 7 additions & 1 deletion doc/fzf.txt
Original file line number Diff line number Diff line change
@@ -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*
==============================================================================

Expand Down Expand Up @@ -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
<
Expand All @@ -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'
<
Expand Down

0 comments on commit 9ec3f03

Please sign in to comment.