From 4d6d3bd722520ab26b924210a25f67117afb1747 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Thu, 1 Aug 2024 12:37:20 +0200 Subject: [PATCH] plugins/spectre: set freeformType for engine options --- plugins/utils/spectre.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/utils/spectre.nix b/plugins/utils/spectre.nix index 684ac4d6..2e4b176f 100644 --- a/plugins/utils/spectre.nix +++ b/plugins/utils/spectre.nix @@ -30,6 +30,7 @@ helpers.neovim-plugin.mkNeovimPlugin config { ( with types; attrsOf (submodule { + freeformType = with types; attrsOf anything; options = { cmd = mkOption { type = types.str;