plugins/spectre: set freeformType for engine options

This commit is contained in:
Enno Richter 2024-08-01 12:37:20 +02:00 committed by GaetanLepage
parent 0f7817876a
commit 4d6d3bd722

View file

@ -30,6 +30,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
( (
with types; with types;
attrsOf (submodule { attrsOf (submodule {
freeformType = with types; attrsOf anything;
options = { options = {
cmd = mkOption { cmd = mkOption {
type = types.str; type = types.str;