| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "zen-mode": {
- "description": "Distraction-free writing mode with increased font size and word wrap",
- "version": "1.0.0",
- "keywords": ["writing", "focus", "distraction-free", "ui"]
- },
- "which-key": {
- "description": "Display available keybindings when prefix key is pressed",
- "version": "1.0.0",
- "keywords": ["keybindings", "help", "hints", "ui"]
- },
- "projectile": {
- "description": "Project management and navigation with file finding and recent projects",
- "version": "1.0.0",
- "keywords": ["project", "navigation", "files", "workspace"]
- },
- "company-mode": {
- "description": "Text completion framework with multiple backends",
- "version": "1.0.0",
- "keywords": ["completion", "autocomplete", "intellisense"]
- },
- "doom-modeline": {
- "description": "Doom Emacs-inspired modeline styling with icons and color presets",
- "version": "1.0.0",
- "keywords": ["modeline", "theme", "ui", "doom"]
- },
- "smartparens": {
- "description": "Automatic pairing of brackets, quotes, and other delimiters",
- "version": "1.0.0",
- "keywords": ["editing", "pairs", "brackets", "quotes"]
- },
- "ido": {
- "description": "Interactive Do - Enhanced completion with fuzzy matching",
- "version": "1.0.0",
- "keywords": ["completion", "fuzzy", "matching", "interactive"]
- },
- "rainbow-delimiters": {
- "description": "Colorize nested delimiters with different colors based on depth",
- "version": "1.0.0",
- "keywords": ["syntax", "highlighting", "colors", "brackets"]
- },
- "goto-line": {
- "description": "Go to a specific line number (M-g g)",
- "version": "1.0.0",
- "keywords": ["navigation", "line", "goto"]
- },
- "recentf": {
- "description": "Track and access recently opened files",
- "version": "1.0.0",
- "keywords": ["files", "recent", "history", "navigation"]
- },
- "bookmarks": {
- "description": "Save and jump between named positions in files",
- "version": "1.0.0",
- "keywords": ["navigation", "bookmarks", "marks", "positions"]
- },
- "visual-line": {
- "description": "Soft word wrap mode (visual-line-mode)",
- "version": "1.0.0",
- "keywords": ["editing", "word-wrap", "visual", "text"]
- }
- }
|