Skip to content

Disable conceal/rendering in latex #44

@Gabirel

Description

@Gabirel

Disable conceal in latex

You may see some rendering issues in your latex files or you just want to use the original plain "text", add the code below into your init.vim

" See: http://vimdoc.sourceforge.net/htmldoc/syntax.html#g:tex_conceal
" Disable all conceal
let g:tex_conceal = ""
" Only disable math and superscripts/subscripts
let g:tex_conceal = "adg"

Explanation:

a = accents/ligatures
d = delimiters
m = math symbols
g = Greek
s = superscripts/subscripts

Reference

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions