Remove unreadable super scripts

This commit is contained in:
Alex Selimov 2024-05-16 22:34:06 -04:00
parent 470525c4e5
commit 8782fc7921

View File

@ -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 <C-b> : w % <Bar> AsyncRun md2pdf "%" <CR>