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;