Skip to content

Commit 37dbf9d

Browse files
committed
modules/clipboard: use md link in description
Use a markdown-syntax link so that the docs show a clickable-link.
1 parent cfff48c commit 37dbf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/clipboard.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ in
1414
register = mkOption {
1515
description = ''
1616
Sets the register to use for the clipboard.
17-
Learn more at https://neovim.io/doc/user/options.html#'clipboard'.
17+
Learn more in [`:h 'clipboard'`](https://neovim.io/doc/user/options.html#'clipboard').
1818
'';
1919
type = with types; nullOr (either str (listOf str));
2020
default = null;

0 commit comments

Comments
 (0)