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; options = settingsOptions;
example = settingsExample; example = settingsExample;
description = '' description = ''
The configuration options for ${name} without the '${globalPrefix}' prefix. The configuration options for **${name}** without the `${globalPrefix}` prefix.
Example: To set '${globalPrefix}_foo_bar' to 1, write
Example: To set '${globalPrefix}foo_bar' to 1, write
```nix ```nix
settings = { settings = {
foo_bar = true; foo_bar = true;