From 0c1c11049c6a792d6552a3e56de21e1fce7caa7f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 1 Mar 2024 23:02:09 +0100 Subject: [PATCH] helpers/vim-plugin/mkVimPlugin: enhance documentation of the settings option --- lib/vim-plugin.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/vim-plugin.nix b/lib/vim-plugin.nix index 7bfff16f..21896b2c 100644 --- a/lib/vim-plugin.nix +++ b/lib/vim-plugin.nix @@ -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;