mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 04:09:48 +01:00
fixup! lib/binds: remove unused helpers
This commit is contained in:
parent
bc637fd7d1
commit
3011af88f1
1 changed files with 0 additions and 13 deletions
|
@ -68,19 +68,6 @@
|
||||||
|
|
||||||
pushDownDefault = attr: mapAttrs (_: mkDefault) attr;
|
pushDownDefault = attr: mapAttrs (_: mkDefault) attr;
|
||||||
|
|
||||||
mkSetLznBinding = mode: binding: action: {
|
|
||||||
inherit action mode;
|
|
||||||
key = binding.value;
|
|
||||||
desc = binding.description;
|
|
||||||
};
|
|
||||||
|
|
||||||
mkSetLuaLznBinding = mode: binding: action: {
|
|
||||||
inherit action mode;
|
|
||||||
key = binding.value;
|
|
||||||
lua = true;
|
|
||||||
desc = binding.description;
|
|
||||||
};
|
|
||||||
|
|
||||||
mkKeymap = mode: key: action: opt: opt // {inherit mode key action;};
|
mkKeymap = mode: key: action: opt: opt // {inherit mode key action;};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue