neovim: Drop deprecated g:vimtex_syntax_autoload_packages
This commit is contained in:
parent
80f33f9095
commit
e6a0684bfe
|
@ -243,10 +243,6 @@ in
|
||||||
let g:tex_flavor='latex'
|
let g:tex_flavor='latex'
|
||||||
let g:vimtex_view_method='zathura'
|
let g:vimtex_view_method='zathura'
|
||||||
let g:tex_conceal='abdmg'
|
let g:tex_conceal='abdmg'
|
||||||
let g:vimtex_syntax_autoload_packages = [
|
|
||||||
\'amsmath',
|
|
||||||
\'luacode',
|
|
||||||
\]
|
|
||||||
" this disables some helful warnings that often have a reason why I ignore them
|
" this disables some helful warnings that often have a reason why I ignore them
|
||||||
let g:vimtex_quickfix_ignore_filters = [
|
let g:vimtex_quickfix_ignore_filters = [
|
||||||
\'Underfull \\hbox (badness [0-9]*) in ',
|
\'Underfull \\hbox (badness [0-9]*) in ',
|
||||||
|
|
Loading…
Reference in a new issue