registry.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "zen-mode": {
  3. "description": "Distraction-free writing mode with increased font size and word wrap",
  4. "version": "1.0.0",
  5. "keywords": ["writing", "focus", "distraction-free", "ui"]
  6. },
  7. "which-key": {
  8. "description": "Display available keybindings when prefix key is pressed",
  9. "version": "1.0.0",
  10. "keywords": ["keybindings", "help", "hints", "ui"]
  11. },
  12. "projectile": {
  13. "description": "Project management and navigation with file finding and recent projects",
  14. "version": "1.0.0",
  15. "keywords": ["project", "navigation", "files", "workspace"]
  16. },
  17. "company-mode": {
  18. "description": "Text completion framework with multiple backends",
  19. "version": "1.0.0",
  20. "keywords": ["completion", "autocomplete", "intellisense"]
  21. },
  22. "doom-modeline": {
  23. "description": "Doom Emacs-inspired modeline styling with icons and color presets",
  24. "version": "1.0.0",
  25. "keywords": ["modeline", "theme", "ui", "doom"]
  26. },
  27. "smartparens": {
  28. "description": "Automatic pairing of brackets, quotes, and other delimiters",
  29. "version": "1.0.0",
  30. "keywords": ["editing", "pairs", "brackets", "quotes"]
  31. },
  32. "ido": {
  33. "description": "Interactive Do - Enhanced completion with fuzzy matching",
  34. "version": "1.0.0",
  35. "keywords": ["completion", "fuzzy", "matching", "interactive"]
  36. },
  37. "rainbow-delimiters": {
  38. "description": "Colorize nested delimiters with different colors based on depth",
  39. "version": "1.0.0",
  40. "keywords": ["syntax", "highlighting", "colors", "brackets"]
  41. },
  42. "goto-line": {
  43. "description": "Go to a specific line number (M-g g)",
  44. "version": "1.0.0",
  45. "keywords": ["navigation", "line", "goto"]
  46. },
  47. "recentf": {
  48. "description": "Track and access recently opened files",
  49. "version": "1.0.0",
  50. "keywords": ["files", "recent", "history", "navigation"]
  51. },
  52. "bookmarks": {
  53. "description": "Save and jump between named positions in files",
  54. "version": "1.0.0",
  55. "keywords": ["navigation", "bookmarks", "marks", "positions"]
  56. },
  57. "visual-line": {
  58. "description": "Soft word wrap mode (visual-line-mode)",
  59. "version": "1.0.0",
  60. "keywords": ["editing", "word-wrap", "visual", "text"]
  61. }
  62. }