vim: Enable luacode syntax highlighting

This commit is contained in:
Simon Bruder 2020-07-08 13:47:25 +02:00
parent f23459ae8f
commit 6a80a2d267
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -138,6 +138,10 @@ let g:tex_conceal='abdmg'
" nvr is (currently) not in debian repos and therefore installed with pip (in
" local directory that is not in zathuras PATH)
let g:vimtex_compiler_progname='$HOME/.local/bin/nvr'
let g:vimtex_syntax_autoload_packages = [
\'amsmath',
\'luacode',
\]
" this disables some helful warnings that often have a reason why I ignore them
let g:vimtex_quickfix_ignore_filters = [
\'Underfull \\hbox (badness [0-9]*) in ',