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