zsh: Remove autosuggestions

This commit is contained in:
2024-05-05 15:30:50 +02:00
parent 49c006bc20
commit 88c8e49589
2 changed files with 1 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ packages:
tmux: tmux:
archlinux: ["tmux"] archlinux: ["tmux"]
zsh: zsh:
archlinux: ["zsh", "zsh-syntax-highlighting", "zsh-autosuggestions", "zsh-completions"] archlinux: ["zsh", "zsh-syntax-highlighting", "zsh-completions"]
zathura: zathura:
archlinux: ["zathura", "zathura-pdf-poppler"] archlinux: ["zathura", "zathura-pdf-poppler"]
pdf: pdf:

View File

@@ -456,6 +456,5 @@ eval "$(fzf --zsh)"
# These have to be sourced at the end, see # These have to be sourced at the end, see
# https://github.com/zsh-users/zsh-syntax-highlighting?tab=readme-ov-file#why-must-zsh-syntax-highlightingzsh-be-sourced-at-the-end-of-the-zshrc-file # https://github.com/zsh-users/zsh-syntax-highlighting?tab=readme-ov-file#why-must-zsh-syntax-highlightingzsh-be-sourced-at-the-end-of-the-zshrc-file
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
{% endraw %} {% endraw %}