From a75da31d953187079b598fff0600d27f944844a6 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sat, 5 Oct 2024 15:41:48 +0200 Subject: [PATCH] theme/theme.nix: fix documentation rendering --- modules/plugins/theme/theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugins/theme/theme.nix b/modules/plugins/theme/theme.nix index a97992c6..95d15d40 100644 --- a/modules/plugins/theme/theme.nix +++ b/modules/plugins/theme/theme.nix @@ -38,9 +38,9 @@ in { name = mkOption { type = enum (attrNames supportedThemes); description = '' - Supported themes can be found in `supportedThemes.nix`. + Supported themes can be found in {file}`supportedThemes.nix`. Setting the theme to "base16" enables base16 theming and - requires all of the colors in `vim.theme.base16-colors` to be set. + requires all of the colors in {option}`vim.theme.base16-colors` to be set. ''; }; base16-colors = base16Options;