mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-18 22:29:49 +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;
|
||||
|
||||
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;};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue