mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
Compare commits
1 commit
ffcbd6a594
...
d1c2b9cd73
Author | SHA1 | Date | |
---|---|---|---|
|
d1c2b9cd73 |
1 changed files with 4 additions and 6 deletions
|
@ -107,20 +107,18 @@ in {
|
||||||
type = listOf (submodule {
|
type = listOf (submodule {
|
||||||
options = {
|
options = {
|
||||||
view = mkOption {
|
view = mkOption {
|
||||||
description = "how this route is viewed";
|
description = "";
|
||||||
type = nullOr str;
|
type = str;
|
||||||
default = null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
filter = mkOption {
|
filter = mkOption {
|
||||||
description = "a filter for messages matching this route";
|
description = "";
|
||||||
type = anything;
|
type = anything;
|
||||||
};
|
};
|
||||||
|
|
||||||
opts = mkOption {
|
opts = mkOption {
|
||||||
description = "options for the view and the route";
|
description = "";
|
||||||
type = nullOr anything;
|
type = nullOr anything;
|
||||||
default = null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue