plugins/glow: get `pushDownDefault` from `lib.nvim.binds`

This commit is contained in:
NotAShelf 2024-04-14 17:20:30 +03:00
parent c53c8311fc
commit 165c3369aa
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 3 deletions

View File

@ -5,10 +5,8 @@
...
}: let
inherit (lib.modules) mkIf mkMerge;
inherit (lib.nvim.binds) mkBinding;
inherit (lib.nvim.binds) mkBinding pushDownDefault;
inherit (lib.nvim.dag) entryAnywhere;
# TODO: move this to its own module
inherit (lib) pushDownDefault;
cfg = config.vim.utility.preview.glow;
self = import ./glow.nix {