mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Compare commits
3 commits
720459055a
...
db6ca055a4
Author | SHA1 | Date | |
---|---|---|---|
|
db6ca055a4 | ||
|
0b2fa2e38a | ||
|
929f6ca3bc |
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
description = "Modes to bind in";
|
description = "Modes to bind in";
|
||||||
type = either str (listOf str);
|
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.";
|
silent = mkBool true "Whether this mapping should be silent. Equivalent to adding <silent> to a map.";
|
||||||
|
|
Loading…
Reference in a new issue