[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
1 changed files with 3 additions and 2 deletions

View File

@ -36,10 +36,11 @@ zprompt_theme='steeef'
# 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:
# 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)