mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 10:45:51 +02:00
docs: fix documentation generation
This commit is contained in:
parent
5f67918bae
commit
dd9ec124a2
41 changed files with 55 additions and 552 deletions
|
@ -18,6 +18,7 @@ in
|
|||
colorscheme = mkOption {
|
||||
type = types.enum themes;
|
||||
description = "The base16 colorscheme to use";
|
||||
default = head themes;
|
||||
};
|
||||
|
||||
setUpBar = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue