mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
fix: map descriptions (#358)
* remove unused * maps: fix missing description
This commit is contained in:
parent
2fc7dc798b
commit
e40cce5653
2 changed files with 2 additions and 18 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…
Add table
Add a link
Reference in a new issue