Skip to content

Commit

Permalink
plugins/utils/spectre: add warn engine option
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jul 30, 2024
1 parent 2089eb4 commit ea81ba0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/utils/spectre.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ helpers.neovim-plugin.mkNeovimPlugin config {
description = "Executable to run.";
};

warn = mkOption {
type = types.bool;
default = true;
description = "Whether to show a warning if the executable is not found.";
};

args = helpers.defaultNullOpts.mkListOf types.str [ ] ''
List of arguments to provide to the engine.
'';
Expand Down

0 comments on commit ea81ba0

Please sign in to comment.