mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 04:18:03 +00:00
theme/theme.nix: add documentation to vim.theme.name
This commit is contained in:
parent
266f880561
commit
77239bee83
1 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,11 @@ in {
|
||||||
};
|
};
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = enum (attrNames supportedThemes);
|
type = enum (attrNames supportedThemes);
|
||||||
description = "Supported themes can be found in `supportedThemes.nix`";
|
description = ''
|
||||||
|
Supported themes can be found in `supportedThemes.nix`.
|
||||||
|
Setting the theme to "base16" enables base16 theming and
|
||||||
|
requires all of the colors in `vim.theme.base16-colors` to be set.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
base16-colors = base16Options;
|
base16-colors = base16Options;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue