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

This commit is contained in:
Gaetan Lepage 2024-03-02 23:06:39 +01:00 committed by Gaétan Lepage
parent 5eae22d14e
commit 1e079a8b8e

View file

@ -75,7 +75,7 @@ with lib; {
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;