Skip to content

Commit

Permalink
plugins/spectre: set freeformType for engine options
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier authored and GaetanLepage committed Aug 5, 2024
1 parent 0f78178 commit 4d6d3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/utils/spectre.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
(
with types;
attrsOf (submodule {
freeformType = with types; attrsOf anything;
options = {
cmd = mkOption {
type = types.str;
Expand Down

0 comments on commit 4d6d3bd

Please sign in to comment.