docs: use inline anchors for referenced options

This commit is contained in:
raf 2023-11-06 03:46:51 +03:00
commit 9328443273
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ in {
};
trimScope = mkOption {
description = "Which context lines to discard if {option}`vim.treesitter.context.maxLines` is exceeded.";
description = "Which context lines to discard if [](#opt-vim.treesitter.context.maxLines) is exceeded.";
type = types.enum ["inner" "outer"];
default = "outer";
};