mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
add TODO
This commit is contained in:
parent
432cb9c87b
commit
f6500bbd05
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
||||||
rhs = mkOption {
|
rhs = mkOption {
|
||||||
type = nullOr (either str luaInline);
|
type = nullOr (either str luaInline);
|
||||||
default = null;
|
default = null;
|
||||||
|
# FIXME: use a separate flag to indicate lua instead of luaInline
|
||||||
description = "Action to trigger. luaInline code will be wrapped in a function.";
|
description = "Action to trigger. luaInline code will be wrapped in a function.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue