registry.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "zen-mode": {
  3. "url": "https://github.com/lumacs/packages",
  4. "path": "zen-mode",
  5. "description": "Distraction-free writing mode with increased font size and word wrap",
  6. "version": "1.0.0"
  7. },
  8. "which-key": {
  9. "url": "https://github.com/lumacs/packages",
  10. "path": "which-key",
  11. "description": "Display available keybindings when prefix key is pressed",
  12. "version": "1.0.0"
  13. },
  14. "projectile": {
  15. "url": "https://github.com/lumacs/packages",
  16. "path": "projectile",
  17. "description": "Project management and navigation with file finding",
  18. "version": "1.0.0"
  19. },
  20. "company-mode": {
  21. "url": "https://github.com/lumacs/packages",
  22. "path": "company-mode",
  23. "description": "Text completion framework with multiple backends",
  24. "version": "1.0.0"
  25. },
  26. "doom-modeline": {
  27. "url": "https://github.com/lumacs/packages",
  28. "path": "doom-modeline",
  29. "description": "Doom Emacs-inspired modeline styling",
  30. "version": "1.0.0"
  31. },
  32. "smartparens": {
  33. "url": "https://github.com/lumacs/packages",
  34. "path": "smartparens",
  35. "description": "Automatic pairing of brackets and quotes",
  36. "version": "1.0.0"
  37. },
  38. "ido": {
  39. "url": "https://github.com/lumacs/packages",
  40. "path": "ido",
  41. "description": "Enhanced completion with fuzzy matching",
  42. "version": "1.0.0"
  43. },
  44. "rainbow-delimiters": {
  45. "url": "https://github.com/lumacs/packages",
  46. "path": "rainbow-delimiters",
  47. "description": "Colorize nested delimiters by depth",
  48. "version": "1.0.0"
  49. },
  50. "goto-line": {
  51. "url": "https://github.com/lumacs/packages",
  52. "path": "goto-line",
  53. "description": "Go to specific line number (M-g g)",
  54. "version": "1.0.0"
  55. },
  56. "recentf": {
  57. "url": "https://github.com/lumacs/packages",
  58. "path": "recentf",
  59. "description": "Track and access recently opened files",
  60. "version": "1.0.0"
  61. },
  62. "bookmarks": {
  63. "url": "https://github.com/lumacs/packages",
  64. "path": "bookmarks",
  65. "description": "Save and jump between named positions",
  66. "version": "1.0.0"
  67. },
  68. "visual-line": {
  69. "url": "https://github.com/lumacs/packages",
  70. "path": "visual-line",
  71. "description": "Soft word wrap mode",
  72. "version": "1.0.0"
  73. },
  74. "evil-mode": {
  75. "url": "https://github.com/lumacs/evil-mode",
  76. "description": "Vim emulation layer for lumacs",
  77. "version": "0.1.0"
  78. },
  79. "magit": {
  80. "url": "https://github.com/lumacs/magit",
  81. "description": "Git interface inspired by Emacs Magit",
  82. "version": "0.1.0"
  83. },
  84. "lsp-mode": {
  85. "url": "https://github.com/lumacs/lsp-mode",
  86. "description": "Language Server Protocol support",
  87. "version": "0.1.0"
  88. },
  89. "org-mode": {
  90. "url": "https://github.com/lumacs/org-mode",
  91. "description": "Org-mode inspired note taking",
  92. "version": "0.1.0"
  93. }
  94. }