| 123456789101112 |
- -- Package metadata for goto-line
- return {
- name = "goto-line",
- version = "1.0.0",
- description = "Go to a specific line number (M-g g)",
- author = "Lumacs Contributors",
- license = "MIT",
- homepage = "https://github.com/lumacs/packages",
- lumacs_version = ">=0.1.0",
- dependencies = {},
- keywords = {"navigation", "line", "goto"},
- }
|