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 nvim defaultAttributes;
inherit (lib) mkIf nvim pushDownDefault;
cfg = config.vim.notes.obsidian;
auto = config.vim.autocomplete;
@ -15,7 +15,7 @@ in {
"tabular"
];
vim.binds.whichKey.register = defaultAttributes {
vim.binds.whichKey.register = pushDownDefault {
"<leader>o" = "+Notes";
};