vimtex 1.4
This release brings some new features:
- A context menu for citations (
:VimtexContextMenu
mapped to<cr>
by default). - An environment variable for specifying the output directory (see
:help VIMTEX_OUTPUT_DIRECTORY
). - Basic support for syntax highlighting of the IEEEtrantools package.
- New option:
g:vimtex_complete_bib.bibliography_commands
- New option:
g:vimtex_toc_config.indent_levels
- New event:
VimtexEventInitPre
- Added user/dev API's
vimtex#view#view
andvimtex#view#reverse_search
The option g:vimtex_quickfix_latexlog
is now deprecated in favour of the more versatile g:vimtex_quickfix_ignore_filters
.
There was also some maintenance of the code with minor improvements to both code and tests. Several minor issues have been resolved. vim-polyglot no longer bundles a LaTeX plugin, so the note about polyglot in the docs has been removed.