dotfiles/vim/.vim/after/ftplugin/tex.vim

8 lines
231 B
VimL
Raw Normal View History

2019-10-31 14:41:43 +01:00
"setlocal conceallevel=2
"setlocal listchars=eol:$ ambiwidth=double
"let g:tex_conceal='abdmg'
2019-03-23 16:00:17 +01:00
let g:tex_flavor='latex'
2019-10-31 14:41:43 +01:00
let g:vimtex_compiler_latexrun_engines='lualatex'
2019-03-23 16:00:17 +01:00
let g:vimtex_indent_enabled = 0
let g:vimtex_quickfix_mode=0