diff --git a/modules/clipboard.nix b/modules/clipboard.nix index 9c9c76faab..f8cbce076f 100644 --- a/modules/clipboard.nix +++ b/modules/clipboard.nix @@ -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;