Compare commits

...

3 commits

Author SHA1 Message Date
Ching Pei Yang
db6ca055a4
Merge 0b2fa2e38a into 12b650fea7 2024-11-10 23:04:00 +00:00
Ching Pei Yang
0b2fa2e38a
lazy: remove defaults for keys 2024-11-10 23:57:00 +01:00
Ching Pei Yang
929f6ca3bc
lazy: remove redundant submodule 2024-11-10 23:40:23 +01:00

View file

@ -36,7 +36,6 @@
mode = mkOption {
description = "Modes to bind in";
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.";