awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesDeferred Plugin Loading

Mechanisms for delaying the activation of plugins until a specific command or event is triggered.

Distinct from On-Demand Context Loading: Specifically targets editor plugin activation rather than operational instructions or context fetching.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Deferred Plugin Loading. Refine with filters or upvote what's useful.

Awesome Deferred Plugin Loading GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • junegunn/vim-plugjunegunn का अवतार

    junegunn/vim-plug

    35,685GitHub पर देखें↗

    vim-plug is a plugin manager for the Vim text editor that functions as a git-based dependency manager and configuration bootstrapper. It downloads and organizes external plugin packages from remote repositories to extend the editor's functionality. The project acts as a lazy-loading orchestrator to reduce editor startup time by deferring the loading of plugins until specific commands or file types are encountered. It enables version pinning by allowing plugins to be fetched using specific git branches, tags, or commit hashes. The manager provides a framework for plugin installation, lifecycl

    Reduces editor startup time by loading plugins only when specific commands or file types are encountered.

    Vim Scriptvim
    GitHub पर देखें↗35,685
  • spacevim/spacevimSpaceVim का अवतार

    SpaceVim/SpaceVim

    20,253GitHub पर देखें↗

    SpaceVim is a modular configuration framework for Vim and Neovim designed to manage settings, plugins, and keybindings across different editing environments. It functions as a plugin manager that uses a layered organization system to group related functions and plugins, reducing the manual effort required for configuration. The system is centered around a mnemonic keybinding strategy that utilizes the space bar as the primary modifier for editor commands. To maintain performance, the framework implements a startup optimizer that delays the loading of non-essential plugins until they are requi

    Implements a deferred plugin loading mechanism to minimize initial editor startup time.

    Vim Script
    GitHub पर देखें↗20,253
  • wsdjeg/spacevimwsdjeg का अवतार

    wsdjeg/SpaceVim

    20,248GitHub पर देखें↗

    SpaceVim is a modular configuration framework designed for managing plugins and settings across Vim and Neovim. It utilizes a layer-based architecture to organize related editor extensions into functional groups, reducing the overhead associated with manual setup and maintenance. The framework features a mnemonic keybinding system that maps editor commands to intuitive key sequences and provides integrated discovery guides. To improve performance, it employs a deferred plugin loader that reduces startup time by loading extensions only when they are specifically required. The system provides

    Implements a deferred plugin loader that increases startup speed by delaying initialization until modules are requested.

    Vim Script
    GitHub पर देखें↗20,248
  • nvim-mini/mini.nvimnvim-mini का अवतार

    nvim-mini/mini.nvim

    9,325GitHub पर देखें↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Optimizes startup time by scheduling the execution of plugin setup code to occur after the initial load.

    Lualuamini-nvimneovim
    GitHub पर देखें↗9,325
  • zplug/zplugzplug का अवतार

    zplug/zplug

    6,033GitHub पर देखें↗

    zplug Zsh शेल के लिए एक प्लगइन मैनेजर है जिसे रिमोट रिपॉजिटरी और स्थानीय पथों से सामुदायिक प्लगइन्स, थीम्स और कमांड्स को इंस्टॉल और व्यवस्थित करने के लिए डिज़ाइन किया गया है। यह वर्शन्ड कॉन्फ़िगरेशन के माध्यम से वातावरण की पुनरुत्पादकता पर केंद्रित है, जिससे प्लगइन्स को विशिष्ट git शाखाओं, टैग्स या कमिट हैश के साथ पिन किया जा सकता है। यह प्रोजेक्ट एक लेज़ी लोडिंग सिस्टम का उपयोग करके शेल स्टार्टअप गति को अनुकूलित करता है जो प्लगइन्स के निष्पादन को तब तक स्थगित कर देता है जब तक कि उनकी स्पष्ट रूप से आवश्यकता न हो। प्रारंभिक वातावरण सेटअप को गति देने के लिए, यह एक समानांतर इंस्टॉलर का उपयोग करता है जो कई एक्सटेंशन को एक साथ डाउनलोड करता है।

    Implements a system to delay the activation of plugins until a specific command is first invoked, optimizing startup speed.

    Shell
    GitHub पर देखें↗6,033
  • jwiegley/use-packagejwiegley का अवतार

    jwiegley/use-package

    4,465GitHub पर देखें↗

    यह प्रोजेक्ट Emacs Lisp पैकेजों को मैनेज करने के लिए एक डिक्लेरेटिव फ्रेमवर्क और डोमेन-विशिष्ट भाषा है। यह स्टार्टअप परफॉरमेंस ऑप्टिमाइज़र के रूप में कार्य करता है जो प्रारंभिक बूट समय को कम करने के लिए पैकेज इंस्टॉलेशन, वेरिएबल सेटिंग्स और की-बाइंडिंग्स को एकल ब्लॉक्स में समूहित करता है। यह सिस्टम एक डिफ़र्ड लोडिंग फ्रेमवर्क के माध्यम से खुद को अलग करता है जो विशिष्ट कीज़, हुक्स या मोड्स ट्रिगर होने तक पैकेज निष्पादन में देरी करता है। यह कॉन्फ़िगरेशन को व्यवस्थित करने और ऑटोलोड्स के जनरेशन को स्वचालित करने के लिए मैक्रो-बेस्ड डिक्लेरेशन सिंटैक्स का उपयोग करता है, यह सुनिश्चित करते हुए कि पैकेज केवल तभी लोड किए जाएं जब उनकी वास्तव में आवश्यकता हो। यह प्रोजेक्ट रिमोट आर्काइव्स से स्वचालित पैकेज इंस्टॉलेशन, डिपेंडेंसी मैनेजमेंट और ऑपरेटिंग सिस्टम या एनवायरनमेंट के आधार पर कंडीशनल लोडिंग सहित व्यापक क्षमता क्षेत्रों को कवर करता है। यह शॉर्टकट्स और कॉर्ड्स के लिए व्यापक कीबोर्ड मैपिंग, साथ ही लोडिंग आँकड़ों का विश्लेषण करने और मोड-लाइन डिस्प्ले को संशोधित करने के लिए टूल्स भी प्रदान करता है।

    Provides a system that delays the activation of packages until a specific command, hook, or mode is triggered.

    Emacs Lispautoloaddeferred-loadingemacs
    GitHub पर देखें↗4,465
  1. Home
  2. Software Engineering & Architecture
  3. Project Context Managers
  4. On-Demand Context Loading
  5. Deferred Plugin Loading