From 7fed01afba9392b6392408b9a0cf888522ed7a10 Mon Sep 17 00:00:00 2001 From: Luis Sebastian Urrutia Fuentes Date: Thu, 1 Aug 2024 21:05:07 -0400 Subject: [PATCH] docs: add info about completions (#454) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1936302..101eb42 100644 --- a/README.md +++ b/README.md @@ -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