mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
misc: fix documentation generation
This commit is contained in:
parent
794356625c
commit
be6a29c800
2 changed files with 98 additions and 101 deletions
|
@ -284,7 +284,7 @@ in {
|
|||
latex = {
|
||||
commands = helpers.defaultNullOpts.mkNullable (with types; attrsOf str) "{}" ''
|
||||
List of LATEX commands to be handled by the LATEX parser, listed together with empty arguments
|
||||
(e.g., "\ref{}", "\documentclass[]{}").
|
||||
(e.g., `"ref{}"`, `"\documentclass[]{}"`).
|
||||
|
||||
This setting is an attrs with the commands as keys and corresponding actions as values.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue