mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/utils/startify: fix wrongly named option: startify_custom_header (#118)
This commit is contained in:
parent
7a2f063f07
commit
5b84bbb513
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ mkPlugin args {
|
||||||
|
|
||||||
customHeader = mkDefaultOpt {
|
customHeader = mkDefaultOpt {
|
||||||
description = "Define your own header";
|
description = "Define your own header";
|
||||||
global = "startify_custom_headers";
|
global = "startify_custom_header";
|
||||||
type = types.oneOf [ types.str (types.listOf types.str) ];
|
type = types.oneOf [ types.str (types.listOf types.str) ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue