modules/keymaps: factor out helper functions for use in plugins

This commit is contained in:
Gaetan Lepage 2023-10-02 15:44:06 +02:00 committed by Gaétan Lepage
parent 7eb1a85ccb
commit 418bf5da17
6 changed files with 416 additions and 407 deletions

View file

@ -35,7 +35,7 @@ in {
extraPackages = with pkgs; [typst];
keymaps = with cfg.keymaps;
helpers.mkKeymaps
helpers.keymaps.mkKeymaps
{
mode = "n";
options.silent = silent;