mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
lazy: add key.mode example
This commit is contained in:
parent
ca6e46e3d9
commit
4adf0aa5da
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
type = either str (listOf str);
|
type = either str (listOf str);
|
||||||
|
example = ["n" "x" "o"];
|
||||||
description = "Modes to bind in";
|
description = "Modes to bind in";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue