1
0
Fork 0
mirror of synced 2024-05-31 22:31:12 -04:00

[template] expand note of highlighter conflicts

This commit is contained in:
Matt Hamilton 2016-01-28 08:50:15 -05:00
parent 474715170b
commit 5cb0a51049

View file

@ -36,10 +36,11 @@ zprompt_theme='steeef'
# Syntax-Highlighting # Syntax-Highlighting
# #
# This determines what highlighters will be used with the completion module. # This determines what highlighters will be used with the syntax-highlighting module.
# Documentation of the highlighters can be found here: # Documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md # https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# For (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem # For (u)rxvt and gnome-terminal users,
# removing the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor) zhighlighters=(main brackets cursor)