Swap zsh plugin order to fix syntax highlighting

This commit is contained in:
JuliusFreudenberger 2024-01-04 12:12:47 +01:00
parent 43d265bdb0
commit 855c83358d

View file

@ -2,8 +2,8 @@
source $ZDOTDIR/zsh-git-prompt/zshrc.sh source $ZDOTDIR/zsh-git-prompt/zshrc.sh
source $ZDOTDIR/window-title-bar.sh source $ZDOTDIR/window-title-bar.sh
source $ZDOTDIR/git-aliases.sh source $ZDOTDIR/git-aliases.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# The following lines were added by compinstall # The following lines were added by compinstall
zstyle ':completion:*' completer _complete _ignored zstyle ':completion:*' completer _complete _ignored