lazy: remove defaults for keys

This commit is contained in:
Ching Pei Yang 2024-11-10 23:57:00 +01:00
parent 929f6ca3bc
commit 0b2fa2e38a
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

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.";