mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +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 {
|
||||
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.";
|
||||
|
|
Loading…
Reference in a new issue