mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
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:
parent
cfff48c267
commit
37dbf9d2e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue