From 1e079a8b8eba3556a457921622b371956796961d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 2 Mar 2024 23:06:39 +0100 Subject: [PATCH] helpers/vim-plugin/mkVimPlugin: enhance documentation of the settings option --- lib/vim-plugin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vim-plugin.nix b/lib/vim-plugin.nix index 21896b2c..1848c4c6 100644 --- a/lib/vim-plugin.nix +++ b/lib/vim-plugin.nix @@ -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;