{ lib, ... }: { options.vim.keymap = with lib; { set = mkOption { type = with types; listOf keymap; default = [ ]; }; }; }