We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfff48c commit 37dbf9dCopy full SHA for 37dbf9d
modules/clipboard.nix
@@ -14,7 +14,7 @@ in
14
register = mkOption {
15
description = ''
16
Sets the register to use for the clipboard.
17
- Learn more at https://neovim.io/doc/user/options.html#'clipboard'.
+ Learn more in [`:h 'clipboard'`](https://neovim.io/doc/user/options.html#'clipboard').
18
'';
19
type = with types; nullOr (either str (listOf str));
20
default = null;
0 commit comments