2

The underscores and carrots are highlighted red which is really an eyesore. How can I change/remove this?

enter image description here

The plugin works fine, so I don't think it's an installation issue.

Update for more details:

Vim 8.1, I doubt I have any conflicting plugins. I have a tex.vim file located at /usr/local/share/vim/vim81/syntax/.

js bibra
  • 21,280

1 Answers1

1

Adding the following line fixed the problem:

...
439 call TexNewMathZone("C","equation",1)
440 call TexNewMathZone("D","math",1)
441 call TexNewMathZone("E","align",1) % <---- this is the new line
...

No idea why I had to do this. Seems like it should be part of this by default.