From 8782fc7921aaecef25c06d11ea4ca3c5258512d4 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 16 May 2024 22:34:06 -0400 Subject: [PATCH] Remove unreadable super scripts --- ftplugin/markdown.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index ade402d..cd4ba64 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -3,8 +3,8 @@ let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'fortran'] set conceallevel=2 let g:vim_markdown_math = 1 let g:tex_conceal = "abdmg" -let g:tex_superscripts= "[0-9a-zA-W.,:;+-<>/()=]" -let g:tex_subscripts= "[0-9aehijklmnoprstuvx,+-/().]" +let g:tex_superscripts= "[]" +let g:tex_subscripts= "[]" let g:tex_conceal_frac=1 hi clear Conceal map : w % AsyncRun md2pdf "%"