fast syntax highlighting

This commit is contained in:
Luke Smith 2020-04-28 09:20:59 -04:00
parent ea61ca6366
commit c83f43bed1
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -77,5 +77,5 @@ bindkey '^[[P' delete-char
autoload edit-command-line; zle -N edit-command-line autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line bindkey '^e' edit-command-line
# Load zsh-syntax-highlighting; should be last. # Load syntax highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null