Hacker News new | ask | show | jobs
by Tharre 3304 days ago
Does anyone know a similar plugin for vim?
1 comments

If you set `conceallevel' to 2 and use syntax highlighting, you should get it in vim without any plugins needed (although I have only neovim installed).

For example, \AA -> Å, $\pm$ -> ±, and {\'e} -> é.

http://vimdoc.sourceforge.net/htmldoc/syntax.html#tex-concea...

Does anyone else find this "feature" really annoying? I always set conceallevel to 0 but vim seems to constantly find a way to replace my code with unicode.
It could be that you're using a font with OpenType ligatures, like Fira Code.