mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Improve compatibility
This commit is contained in:
parent
d88ea4211a
commit
c490e4c59c
1 changed files with 3 additions and 3 deletions
|
@ -116,18 +116,18 @@ in
|
|||
};
|
||||
|
||||
configure = mkOption {
|
||||
type = types.attrsOf types.anything;
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
};
|
||||
|
||||
options = mkOption {
|
||||
type = types.attrsOf types.anything;
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
description = "The configuration options, e.g. line numbers";
|
||||
};
|
||||
|
||||
globals = mkOption {
|
||||
type = types.attrsOf types.anything;
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
description = "Global variables";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue