mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 09:19:48 +01:00
maps: fix missing description
This commit is contained in:
parent
202ea7570d
commit
6d654ce4cd
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue