@@ -79,6 +79,7 @@ CONTENTS *vimtex-contents*
7979 Custom mappings | vimtex-toc-custom-maps |
8080 Denite/Unite source | vimtex-denite | / | vimtex-unite |
8181 fzf.vim integration | vimtex-fzf |
82+ fzf-lua integration | vimtex-fzf-lua |
8283 Compilation | vimtex-compiler |
8384 Latexmk | vimtex-compiler-latexmk |
8485 Latexrun | vimtex-compiler-latexrun |
@@ -2843,7 +2844,7 @@ OPTIONS *vimtex-options*
28432844
28442845 opts ~
28452846 Default: Undefined
2846- A string with additional options that will be passed to the `syntax
2847+ A string with additional options that will be passed to the `syntax `
28472848 region` command (see | syn-region | ).
28482849
28492850 contains ~
@@ -2978,7 +2979,7 @@ OPTIONS *vimtex-options*
29782979
29792980 robust_externalize ~
29802981 `presets` list of presets and target syntaxes for things like
2981- `\begin{CacheMeCode}{bash} ... \end{CacheMeCode} .
2982+ `\begin{CacheMeCode}{bash} ... \end{CacheMeCode} ` .
29822983
29832984 Default: >vim
29842985
@@ -5439,7 +5440,7 @@ e.g. >lua
54395440
54405441You can also choose to only show certain entry "layers" by passing a layer
54415442string. By default, all layers are displayed. To only show `content` and
5442- `label ` s use `require("vimtex.fzf-lua").run("cl").
5443+ `label ` s use `require (" vimtex.fzf-lua" ).run (" cl" )` .
54435444
54445445==============================================================================
54455446COMPILER *vimtex-compiler*
@@ -5561,7 +5562,7 @@ LATEXRUN *vimtex-compiler-latexrun*
55615562
55625563 https://github.com/aclements/latexrun
55635564> See LaTeX run. Run latexrun.
5564- >
5565+
55655566> latexrun fits LaTeX into a modern build environment. It hides LaTeX's
55665567> circular dependencies, surfaces errors in a standard and user-friendly
55675568> format, and generally enables other tools to do what they do best.
@@ -6631,7 +6632,7 @@ A: If you change `TEXMFHOME` in your `.bashrc` or `.zshrc` or similar and use `g
66316632 not know about the new value of `TEXMFHOME` . The reason for this is that
66326633 `vim ` invokes shells (e.g. with `! ` or `system ()` ) as non-interactive and
66336634 non-login shell, which means `.bashrc` or `.zshrc` are not read. If you
6634- start `gvim ` from an interactive shell which has read `.bashrc` or `.zshrc,
6635+ start `gvim ` from an interactive shell which has read `.bashrc` or `.zshrc` ,
66356636 `gvim ` inherits these values and therefore they are consistent.
66366637
66376638 One can make the invoked shells interactive by setting | shellcmdflag | to
@@ -7305,4 +7306,6 @@ named vim-latex, which conflicted with Vim LaTeX-Suite which is also known as
73057306vim-latex.
73067307
73077308==============================================================================
7309+ ------------------------------------------------------------------------------
7310+
73087311 vim:tw=78:ts=8:ft=help:norl:fdm=marker:
0 commit comments