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;