lazy: remove defaults for keys

This commit is contained in:
Ching Pei Yang 2024-11-10 23:57:00 +01:00 committed by raf
parent 7a5c75b865
commit 2aad0fb838

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