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
5eae22d14e
commit
1e079a8b8e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ with lib; {
|
|||
description = ''
|
||||
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
|
||||
settings = {
|
||||
foo_bar = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue