vimPlugins.forms: remove unused with
This commit is contained in:
parent
24fdc40275
commit
b20aa7ffb8
@ -387,7 +387,7 @@ self: super: {
|
||||
});
|
||||
|
||||
forms = super.forms.overrideAttrs (old: {
|
||||
dependencies = with self; [ self.self ];
|
||||
dependencies = [ self.self ];
|
||||
});
|
||||
|
||||
fruzzy =
|
||||
|
Loading…
Reference in New Issue
Block a user