Now i am use VIM's ALE plugin which can underline the error in my code.
I set this highlight ALEError cterm=underline
to underline the error with '-'.
I still want to use '^' instead of '-' which is much more eye-caching for me.So can anyone help me?I have been searching google for a while but found nothing.
No, you can't use a caret. According to :help attr-list
, the possible values for cterm
are:
bold
underline
undercurl
, not always availablestrikethrough
, not always availablereverse
inverse
, same as reverseitalic
standout
nocombine
, override attributes instead of combining themNONE
, no attributes used (used to reset it)