mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
modules/keymaps: factor out helper functions for use in plugins
This commit is contained in:
parent
7eb1a85ccb
commit
418bf5da17
6 changed files with 416 additions and 407 deletions
|
@ -35,7 +35,7 @@ in {
|
|||
extraPackages = with pkgs; [typst];
|
||||
|
||||
keymaps = with cfg.keymaps;
|
||||
helpers.mkKeymaps
|
||||
helpers.keymaps.mkKeymaps
|
||||
{
|
||||
mode = "n";
|
||||
options.silent = silent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue