cleanup debug info
This commit is contained in:
parent
37156d182b
commit
402b588ab5
1 changed files with 1 additions and 1 deletions
|
@ -4225,7 +4225,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
opts = mapAttrs (_: mapAttrs (k: v: mkVimOptOption (builtins.trace k k) v)) {
|
opts = mapAttrs (_: mapAttrs mkVimOptOption) {
|
||||||
inherit global window buffer;
|
inherit global window buffer;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue