lazy: remove defaults for keys

This commit is contained in:
Ching Pei Yang 2024-11-10 23:57:00 +01:00
parent 12b650fea7
commit 33f584b8e1
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.";