mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/spectre: set freeformType for engine options
This commit is contained in:
parent
0f7817876a
commit
4d6d3bd722
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue