mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
lib: move all binding related functions to lib/binds
This commit is contained in:
parent
7c730a78e5
commit
a12ba5689a
10 changed files with 51 additions and 112 deletions
|
@ -67,6 +67,7 @@
|
|||
mkLuaBinding binding.value action binding.description;
|
||||
|
||||
pushDownDefault = attr: mapAttrs (_name: value: mkDefault value) attr;
|
||||
# pushDownDefault = attr: self.mapAttrs (name: value: self.mkDefault value) attr;
|
||||
};
|
||||
in
|
||||
binds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue