1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -2926,6 +2926,10 @@ OPTIONS *vimtex-options*
hyperref ~
`conceal` whether to enable conceal; enabled by default
robust_externalize ~
`presets` list of presets and target syntaxes for things like
`\begin{CacheMeCode}{bash} ... \end{CacheMeCode}.
Default: >vim
let g:vimtex_syntax_packages = {
@ -2933,6 +2937,15 @@ OPTIONS *vimtex-options*
\ 'babel': {'conceal': 1},
\ 'hyperref': {'conceal': 1},
\ 'fontawesome5': {'conceal': 1},
\ 'robust_externalize': {
\ 'presets': [
\ ['bash', 'bash'],
\ ['python', 'python'],
\ ['gnuplot', 'gnuplot'],
\ ['tikz', '@texClusterTikz'],
\ ['latex', 'TOP'],
\ ],
\ },
\}
*g:vimtex_texcount_custom_arg*
@ -6119,6 +6132,9 @@ Note: Many plugin managers provide mechanisms to lazy load plugins. There is
no need to use such a mechanism for VimTeX, and in fact, doing it will
prevent Vim/neovim from loading the `:VimtexInverseSearch` command.
Note: You may need to add the installation prefix for Vim/Neovim, for example
`/opt/homebrew/bin`, in your PDF viewer if inverse search does not work.
==============================================================================
LATEX DOCUMENTATION *vimtex-latexdoc*