We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1e474 commit 28c867aCopy full SHA for 28c867a
doc/vimtex.txt
@@ -5438,8 +5438,8 @@ e.g. >lua
5438
return require("vimtex.fzf-lua").run()
5439
end)
5440
5441
-Currently two options are supported: "layers" and "fzf_opts". You pass
5442
-custom options to fzf-lua.
+Currently two options are supported: "layers" and "fzf_opts". You can pass
+custom options to fzf-lua via "fzf_opts".
5443
You can also choose to only show certain entry "layers" by passing a layer
5444
string. By default, all layers are displayed. To only show `content` and
5445
`label`s use `require("vimtex.fzf-lua").run({layers ="cl"})`.
0 commit comments