mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-19 08:48:44 +02:00
fix docs build
This commit is contained in:
parent
92be158083
commit
7d33650e38
1 changed files with 9 additions and 9 deletions
|
@ -79,7 +79,7 @@ in
|
|||
port = helpers.defaultNullOpts.mkStr "" "Custom port to start server or empty for random";
|
||||
|
||||
pageTitle = helpers.defaultNullOpts.mkStr "「\${name}」" ''
|
||||
preview page title. \${name} will be replaced with the file name.
|
||||
preview page title. $${name} will be replaced with the file name.
|
||||
'';
|
||||
|
||||
fileTypes = helpers.defaultNullOpts.mkNullable (types.listOf types.str) "['markdown']" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue