Comment about why use git version of zsh plugins
This commit is contained in:
parent
76ad0d8055
commit
1fa100d892
1 changed files with 1 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue