vimPlugins.forms: remove unused with

This commit is contained in:
figsoda 2022-12-12 18:33:09 -05:00
parent 24fdc40275
commit b20aa7ffb8

View File

@ -387,7 +387,7 @@ self: super: {
});
forms = super.forms.overrideAttrs (old: {
dependencies = with self; [ self.self ];
dependencies = [ self.self ];
});
fruzzy =