theme/theme.nix: fix documentation rendering

This commit is contained in:
Charlie Root 2024-10-05 15:41:48 +02:00
parent 1ac041ba81
commit a75da31d95
No known key found for this signature in database

View file

@ -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;