You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
410 B
18 lines
410 B
let g:tex_flavor='latex' |
|
let g:vimtex_view_method='zathura' |
|
let g:vimtex_quickfix_mode=0 |
|
let g:vimtex_syntax_conceal = { |
|
\ 'accents': 1, |
|
\ 'cites': 1, |
|
\ 'fancy': 1, |
|
\ 'greek': 1, |
|
\ 'math_bounds': 1, |
|
\ 'math_delimiters': 1, |
|
\ 'math_fracs': 1, |
|
\ 'math_super_sub': 1, |
|
\ 'math_symbols': 1, |
|
\ 'sections': 1, |
|
\ 'styles': 1, |
|
\} |
|
set conceallevel=2 |
|
let g:tex_conceal='abdmg'
|
|
|