Skip to content

Commit

Permalink
docs: add info about completions (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisUrrutia authored Aug 2, 2024
1 parent 14e16f0 commit 7fed01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Replace zsh's default completion selection menu with fzf!
>
> 1. make sure [fzf](https://github.com/junegunn/fzf) is installed
> 2. fzf-tab needs to be loaded after `compinit`, but before plugins which will wrap widgets, such as [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) or [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)
> 3. Completions should be configured before `compinit`, as stated in the [zsh-completions manual installation guide](https://github.com/zsh-users/zsh-completions#manual-installation).
### Manual

Expand Down

0 comments on commit 7fed01a

Please sign in to comment.