about summary refs log tree commit diff
path: root/vim/.vim/after/ftplugin/tex.vim
blob: 7ddf8a28aba2f0ccc962a56daa2087b8e54422cb (plain) (blame)
1
2
3
4
5
6
7
"setlocal conceallevel=2
"setlocal listchars=eol:$ ambiwidth=double
"let g:tex_conceal='abdmg'
let g:tex_flavor='latex'
let g:vimtex_compiler_latexrun_engines='lualatex'
let g:vimtex_indent_enabled = 0
let g:vimtex_quickfix_mode=0