mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
theme/theme.nix: fix documentation rendering
This commit is contained in:
parent
1ac041ba81
commit
a75da31d95
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue