| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "zen-mode": {
- "url": "https://github.com/lumacs/packages",
- "path": "zen-mode",
- "description": "Distraction-free writing mode with increased font size and word wrap",
- "version": "1.0.0"
- },
- "which-key": {
- "url": "https://github.com/lumacs/packages",
- "path": "which-key",
- "description": "Display available keybindings when prefix key is pressed",
- "version": "1.0.0"
- },
- "projectile": {
- "url": "https://github.com/lumacs/packages",
- "path": "projectile",
- "description": "Project management and navigation with file finding",
- "version": "1.0.0"
- },
- "company-mode": {
- "url": "https://github.com/lumacs/packages",
- "path": "company-mode",
- "description": "Text completion framework with multiple backends",
- "version": "1.0.0"
- },
- "doom-modeline": {
- "url": "https://github.com/lumacs/packages",
- "path": "doom-modeline",
- "description": "Doom Emacs-inspired modeline styling",
- "version": "1.0.0"
- },
- "smartparens": {
- "url": "https://github.com/lumacs/packages",
- "path": "smartparens",
- "description": "Automatic pairing of brackets and quotes",
- "version": "1.0.0"
- },
- "ido": {
- "url": "https://github.com/lumacs/packages",
- "path": "ido",
- "description": "Enhanced completion with fuzzy matching",
- "version": "1.0.0"
- },
- "rainbow-delimiters": {
- "url": "https://github.com/lumacs/packages",
- "path": "rainbow-delimiters",
- "description": "Colorize nested delimiters by depth",
- "version": "1.0.0"
- },
- "goto-line": {
- "url": "https://github.com/lumacs/packages",
- "path": "goto-line",
- "description": "Go to specific line number (M-g g)",
- "version": "1.0.0"
- },
- "recentf": {
- "url": "https://github.com/lumacs/packages",
- "path": "recentf",
- "description": "Track and access recently opened files",
- "version": "1.0.0"
- },
- "bookmarks": {
- "url": "https://github.com/lumacs/packages",
- "path": "bookmarks",
- "description": "Save and jump between named positions",
- "version": "1.0.0"
- },
- "visual-line": {
- "url": "https://github.com/lumacs/packages",
- "path": "visual-line",
- "description": "Soft word wrap mode",
- "version": "1.0.0"
- },
- "evil-mode": {
- "url": "https://github.com/lumacs/evil-mode",
- "description": "Vim emulation layer for lumacs",
- "version": "0.1.0"
- },
- "magit": {
- "url": "https://github.com/lumacs/magit",
- "description": "Git interface inspired by Emacs Magit",
- "version": "0.1.0"
- },
- "lsp-mode": {
- "url": "https://github.com/lumacs/lsp-mode",
- "description": "Language Server Protocol support",
- "version": "0.1.0"
- },
- "org-mode": {
- "url": "https://github.com/lumacs/org-mode",
- "description": "Org-mode inspired note taking",
- "version": "0.1.0"
- }
- }
|