chore(ZSH): Config - add comment in zsh_plugins file

This commit is contained in:
2026-03-22 10:44:55 +01:00
parent efbcec2029
commit af03d1f65a

View File

@@ -6,6 +6,7 @@
# Completions # Completions
mattmc3/ez-compinit mattmc3/ez-compinit
zsh-users/zsh-completions kind:fpath path:src 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 aloxaf/fzf-tab # Remove if you don't use fzf
# Completion styles # Completion styles
@@ -36,3 +37,4 @@ ohmyzsh/ohmyzsh path:plugins/terraform
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
zsh-users/zsh-autosuggestions # Auto-suggestions zsh-users/zsh-autosuggestions # Auto-suggestions
zsh-users/zsh-history-substring-search # Up/Down to search history zsh-users/zsh-history-substring-search # Up/Down to search history