mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
lazy: remove defaults for keys
This commit is contained in:
parent
12b650fea7
commit
33f584b8e1
1 changed files with 0 additions and 1 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.";
|
||||||
|
|
Loading…
Reference in a new issue