package.lua 390 B

123456789101112
  1. -- Package metadata for which-key
  2. return {
  3. name = "which-key",
  4. version = "1.0.0",
  5. description = "Display available keybindings when prefix key is pressed",
  6. author = "Lumacs Contributors",
  7. license = "MIT",
  8. homepage = "https://github.com/lumacs/packages",
  9. lumacs_version = ">=0.1.0",
  10. dependencies = {},
  11. keywords = {"keybindings", "help", "hints", "ui"},
  12. }