mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Compare commits
2 commits
56dd5f3f11
...
0b2fa2e38a
Author | SHA1 | Date | |
---|---|---|---|
|
0b2fa2e38a | ||
|
929f6ca3bc |
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
description = "Modes to bind in";
|
description = "Modes to bind in";
|
||||||
type = either str (listOf str);
|
type = either str (listOf str);
|
||||||
default = ["n" "x" "s" "o"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
silent = mkBool true "Whether this mapping should be silent. Equivalent to adding <silent> to a map.";
|
silent = mkBool true "Whether this mapping should be silent. Equivalent to adding <silent> to a map.";
|
||||||
|
@ -62,7 +61,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
setupOpts = mkOption {
|
setupOpts = mkOption {
|
||||||
type = submodule {freeformType = attrsOf anything;};
|
type = attrsOf anything;
|
||||||
description = "Options to pass to the setup function";
|
description = "Options to pass to the setup function";
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue