[template] expand note of highlighter conflicts
This commit is contained in:
parent
474715170b
commit
5cb0a51049
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue