| 123456789101112 |
- -- Package metadata for which-key
- return {
- name = "which-key",
- version = "1.0.0",
- description = "Display available keybindings when prefix key is pressed",
- author = "Lumacs Contributors",
- license = "MIT",
- homepage = "https://github.com/lumacs/packages",
- lumacs_version = ">=0.1.0",
- dependencies = {},
- keywords = {"keybindings", "help", "hints", "ui"},
- }
|