From bd6e7e969efaa6dca547bdb8d4282cb79fa97e90 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 13 Feb 2024 00:03:07 +0100 Subject: [PATCH] helpers/vim-plugin/mkVimPlugin: remove useless 'with types;' --- lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/options.nix b/lib/options.nix index b75bd9f0..478ef445 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -246,7 +246,7 @@ with nixvimUtils; rec { mkOption { type = with types; submodule { - freeformType = with types; attrsOf anything; + freeformType = attrsOf anything; inherit options; }; default = {};