Skip to content

Commit

Permalink
helpers/vim-plugin/mkVimPlugin: enhance documentation of the settings…
Browse files Browse the repository at this point in the history
… option
  • Loading branch information
GaetanLepage committed Mar 2, 2024
1 parent ec687c5 commit 0c1c110
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/vim-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c1c110

Please sign in to comment.