mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-20 02:18:06 +00:00
lazy: allow key mode of str type
This commit is contained in:
parent
70e988bb33
commit
0397d0722f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
mode = mkOption {
|
||||
description = "Modes to bind in";
|
||||
type = listOf str;
|
||||
type = either str (listOf str);
|
||||
default = ["n" "x" "s" "o"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue