helpers/vim-plugin/mkVimPlugin: remove useless 'with types;'

This commit is contained in:
Gaetan Lepage 2024-02-13 00:03:07 +01:00 committed by Gaétan Lepage
parent 6a77a9edd3
commit bd6e7e969e

View file

@ -246,7 +246,7 @@ with nixvimUtils; rec {
mkOption { mkOption {
type = with types; type = with types;
submodule { submodule {
freeformType = with types; attrsOf anything; freeformType = attrsOf anything;
inherit options; inherit options;
}; };
default = {}; default = {};