Skip to content

Commit

Permalink
modules/clipboard: use md link in description
Browse files Browse the repository at this point in the history
Use a markdown-syntax link so that the docs show a clickable-link.
  • Loading branch information
MattSturgeon committed Jun 5, 2024
1 parent cfff48c commit 37dbf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clipboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in
register = mkOption {
description = ''
Sets the register to use for the clipboard.
Learn more at https://neovim.io/doc/user/options.html#'clipboard'.
Learn more in [`:h 'clipboard'`](https://neovim.io/doc/user/options.html#'clipboard').
'';
type = with types; nullOr (either str (listOf str));
default = null;
Expand Down

0 comments on commit 37dbf9d

Please sign in to comment.