Remove unreadable super scripts
This commit is contained in:
parent
470525c4e5
commit
8782fc7921
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user