Skip to content

Commit

Permalink
plugins/utils/spectre: set freeformType for engine options
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Aug 1, 2024
1 parent 2089eb4 commit d101974
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 = types.attrs;
options = {
cmd = mkOption {
type = types.str;
Expand Down

0 comments on commit d101974

Please sign in to comment.