registry.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "evil-mode": {
  3. "url": "https://github.com/lumacs/evil-mode",
  4. "description": "Vim emulation layer for lumacs",
  5. "version": "0.1.0"
  6. },
  7. "magit": {
  8. "url": "https://github.com/lumacs/magit",
  9. "description": "Git interface inspired by Emacs Magit",
  10. "version": "0.1.0"
  11. },
  12. "treemacs": {
  13. "url": "https://github.com/lumacs/treemacs",
  14. "description": "File tree sidebar",
  15. "version": "0.1.0"
  16. },
  17. "lsp-mode": {
  18. "url": "https://github.com/lumacs/lsp-mode",
  19. "description": "Language Server Protocol support",
  20. "version": "0.1.0"
  21. },
  22. "flycheck": {
  23. "url": "https://github.com/lumacs/flycheck",
  24. "description": "On-the-fly syntax checking",
  25. "version": "0.1.0"
  26. },
  27. "dashboard": {
  28. "url": "https://github.com/lumacs/dashboard",
  29. "description": "Startup dashboard with recent files",
  30. "version": "0.1.0"
  31. },
  32. "org-mode": {
  33. "url": "https://github.com/lumacs/org-mode",
  34. "description": "Org-mode inspired note taking",
  35. "version": "0.1.0"
  36. },
  37. "markdown-mode": {
  38. "url": "https://github.com/lumacs/markdown-mode",
  39. "description": "Markdown editing support",
  40. "version": "0.1.0"
  41. },
  42. "zen-mode": {
  43. "url": "https://github.com/lumacs/zen-mode",
  44. "description": "Distraction-free writing mode",
  45. "version": "0.1.0"
  46. },
  47. "git-gutter": {
  48. "url": "https://github.com/lumacs/git-gutter",
  49. "description": "Show git diff in the gutter",
  50. "version": "0.1.0"
  51. }
  52. }