mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue