I am using latexbox in vim for latex file editing. I found that some words such as "vertices", "Online" "i.e." are highlighted in light blue. Is there any way to find out the rule why Vim makes such strange highlight? I would simply want to disable it.
For this, the SyntaxAttr.vim - Show syntax highlighting attributes plugin is indispensable. It'll show you the syntax group under the cursor. You can then disable that (preferably in ~/.vim/after/syntax/tex.vim
, using :syntax clear {group-name}
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With