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
5eae22d14e
commit
1e079a8b8e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue