feat: register mapping with no actions in which-key when enabled

This commit is contained in:
Tanish2002 2023-05-20 16:26:36 +05:30 committed by Gaétan Lepage
parent 49f46d3b3d
commit 5fa54c6d39
2 changed files with 39 additions and 15 deletions

View file

@ -86,5 +86,7 @@
filetypes = [];
};
};
# Simple mapping with only Description
maps.normal."ff".desc = "Test";
};
}