mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
docs: use inline anchors for referenced options
This commit is contained in:
parent
edb3724e64
commit
9328443273
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue