X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ab8ecf0bc73a792c60ad7a8a303290ccf89aa4e5..3fcde7215e22913f004c2836fd46ff61746be6db:/README.md?ds=sidebyside 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.