maps: fix missing description

This commit is contained in:
Pei Yang Ching 2024-08-17 13:02:03 +02:00
parent 202ea7570d
commit 6d654ce4cd

View file

@ -37,7 +37,7 @@ in {
else keymap.action;
getOpts = keymap: {
inherit (keymap) silent nowait script expr unique noremap;
inherit (keymap) desc silent nowait script expr unique noremap;
};
toLuaKeymap = {