diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 3470885..6b6a610 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -79,6 +79,7 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # SYNTAX HIGHLIGHTING AND AUTOSUGGESTIONS +# There is a bug making the two plugins not work together. It has been fixed upstream but at the time of writing the Arch package hasn't pulled it yet. source "$HOME/git_clones/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh" # when using git #source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh # when using Arch package # The following line MUST be at the end of this file!