treewide: rename function defaultAttributes to pushDownDefault

This commit is contained in:
Frothy 2024-02-25 22:52:21 -05:00
commit 4716fd731f
13 changed files with 25 additions and 25 deletions

View file

@ -3,7 +3,7 @@
lib,
...
}: let
inherit (lib) mkIf mkMerge nvim defaultAttributes;
inherit (lib) mkIf mkMerge nvim pushDownDefault;
cfg = config.vim.notes.orgmode;
in {
@ -13,7 +13,7 @@ in {
"orgmode-nvim"
];
vim.binds.whichKey.register = defaultAttributes {
vim.binds.whichKey.register = pushDownDefault {
"<leader>o" = "+Notes";
};