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

@ -81,7 +81,7 @@ in {
showEndOfLine = mkOption {
description = ''
Displays the end of line character set by {option}`vim.visuals.indentBlankline.eolChar` instead of the
Displays the end of line character set by [](#opt-vim.visuals.indentBlankline.eolChar) instead of the
indent guide on line returns.
'';
type = types.bool;