modules/clipboard: use md link in description

Use a markdown-syntax link so that the docs show a clickable-link.
This commit is contained in:
Matt Sturgeon 2024-06-05 08:04:33 +01:00
parent cfff48c267
commit 37dbf9d2e2
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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;