From af03d1f65a489cb50f2ef1d2ccd569bcdcdf73dd Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 22 Mar 2026 10:44:55 +0100 Subject: [PATCH] chore(ZSH): Config - add comment in zsh_plugins file --- .config/zsh/.zsh_plugins.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/.zsh_plugins.txt b/.config/zsh/.zsh_plugins.txt index bb28615..6ca74f8 100644 --- a/.config/zsh/.zsh_plugins.txt +++ b/.config/zsh/.zsh_plugins.txt @@ -6,6 +6,7 @@ # Completions mattmc3/ez-compinit zsh-users/zsh-completions kind:fpath path:src +# Completion (again). Cf. https://github.com/Aloxaf/fzf-tab/issues/388 aloxaf/fzf-tab # Remove if you don't use fzf # Completion styles @@ -36,3 +37,4 @@ ohmyzsh/ohmyzsh path:plugins/terraform zdharma-continuum/fast-syntax-highlighting # Syntax highlighting zsh-users/zsh-autosuggestions # Auto-suggestions zsh-users/zsh-history-substring-search # Up/Down to search history +