[template] expand note of highlighter conflicts for alacritty

This commit is contained in:
Kasei Wang 2019-05-09 09:55:48 +08:00
parent dc6ef566af
commit f40769544a
No known key found for this signature in database
GPG Key ID: 5F1BC1A1BF2B11D0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ zinput_mode='emacs'
# This determines what highlighters will be used with the syntax-highlighting module.
# Documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# For (u)rxvt, termite and gnome-terminal users,
# For (u)rxvt, termite, alacritty and gnome-terminal users,
# removing the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor)