X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7cb6bd72ae0d906395e41e75b193407c76ac3dd5..2cd50d2ca657091c6aa787a3847284fb4cceff49:/README.md diff --git a/README.md b/README.md index 3f0e8d8..0d03b34 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,13 @@ To disable conceal regardless of `conceallevel` setting, add the following to yo let g:vim_markdown_conceal = 0 ``` +To disable math conceal with LaTeX math syntax enabled, add the following to your `.vimrc`: + +```vim +let g:tex_conceal = "" +let g:vim_markdown_math = 1 +``` + ### Fenced code block languages You can use filetype name as fenced code block languages for syntax highlighting.