helpers/vim-plugin/mkVimPlugin: enhance documentation of the settings option

This commit is contained in:
Gaetan Lepage 2024-03-01 23:02:09 +01:00 committed by Gaétan Lepage
parent ec687c5ade
commit 0c1c11049c

View file

@ -73,8 +73,9 @@ with lib; {
options = settingsOptions;
example = settingsExample;
description = ''
The configuration options for ${name} without the '${globalPrefix}' prefix.
Example: To set '${globalPrefix}_foo_bar' to 1, write
The configuration options for **${name}** without the `${globalPrefix}` prefix.
Example: To set '${globalPrefix}foo_bar' to 1, write
```nix
settings = {
foo_bar = true;