mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
helpers/vim-plugin/mkVimPlugin: enhance documentation of the settings option
This commit is contained in:
parent
ec687c5ade
commit
0c1c11049c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue