How do I keep concealed text hidden even on the cursor line so Markdown or LaTeX stays formatted while I navigate?
:set concealcursor=nvi
When 'conceallevel' is 2 or higher, Vim hides syntax markers—turning raw Markdown like bold into visual bold or collapsing LaTeX commands.