As the title suggests: The Latex Suite for VIM (VIMLatex) doesn’t display inline-math delimiters ($$) sometimes as I’m typing in that particular line. However, I’d like to show them.
What I currently see when typing:
BLABLA: \omega = 2\, \pi\, f
What I’d like to have:
BLABLA: $ \omega = 2\, \pi\, f $
I already searched the documentation but could not find the setting…
It should display them while typing in the current line. Search your vimrc for a line that adjusts
concealcursor(short:cocu) option, it should not containi, also checkverbose set cocu?.You can disable concealing completely by adding
to your vimrc.